Html Css Color HEX #AE0A4A Jazzberry Jam

📋 copy color: '#AE0A4A'

red 174 ◦ green 10 ◦ blue 74

#AE0A4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AE0A4A

Tints of Jazzberry Jam #AE0A4A

RGB

 RED value IS 174 (68.36% from 255) = 67.44%

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 67.44%
G = 3.88%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AE0A4A (or 0xAE0A4A) is known color: Jazzberry Jam. HEX triplet: AE, 0A and 4A. RGB value is (174,10,74). Sum of RGB (Red+Green+Blue) = 174+10+74=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0A4A is #51F5B5. Grayscale: #424242. Windows color (decimal): -5371318 or 4852398. OLE color: 4852398.

HSL color Cylindrical-coordinate representation of color #AE0A4A: hue angle of 336.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0A4A is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 10 74 -
CMYK 0 0.94 0.57 0.32
HSL 336.59º 0.89% 0.36% -
HSV(B) 336.59º 0.94% 0.68% -
XYZ 18.8 9.71 7.36 -
YUV 66.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 174 10 74 0 0.94 0.57 0.32 336.59 0.89 0.36
Hex AE A 4A 0 5E 39 20 151 59 24
Octal 256 12 112 0 136 71 40 521 131 44
Binary 10101110 1010 1001010 0 1011110 111001 100000 101010001 1011001 100100

Color Harmonies of #AE0A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0A4A

Black with #AE0A4A

Text Example


Text Example

White with #AE0A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0A4A; }

 p { color: rgb(174,10,74); }

 H1.HeaderClassName
 {
   color: #AE0A4A;
 }
 .AnyTagClassName
 {
   color: #AE0A4A;
 }
</style>

background-color css

<style>
 a { background-color: #AE0A4A; }

 a { background-color: rgb(174,10,74); }

 div.DivClassName
 {
   background-color: #AE0A4A;
 }
 .BgClassName
 {
   background-color: #AE0A4A;
 }
</style>

border-color css

<style>
 span { border-color: #AE0A4A; }

 span { border-color: rgb(174,10,74); }

 td.TdClassName
 {
   border-color: #AE0A4A;
 }
 .TagClassName
 {
   border-color: #AE0A4A;
 }
</style>