Html Css Color HEX #AE0A66 Jazzberry Jam

📋 copy color: '#AE0A66'

red 174 ◦ green 10 ◦ blue 102

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

Shades of Jazzberry Jam #AE0A66

Tints of Jazzberry Jam #AE0A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 60.84%
G = 3.5%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE0A66 (or 0xAE0A66) is known color: Jazzberry Jam. HEX triplet: AE, 0A and 66. RGB value is (174,10,102). Sum of RGB (Red+Green+Blue) = 174+10+102=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0A66 is #51F599. Grayscale: #454545. Windows color (decimal): -5371290 or 6687406. OLE color: 6687406.

HSL color Cylindrical-coordinate representation of color #AE0A66: hue angle of 326.34º 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 #AE0A66 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 10 102 -
CMYK 0 0.94 0.41 0.32
HSL 326.34º 0.89% 0.36% -
HSV(B) 326.34º 0.94% 0.68% -
XYZ 19.96 10.18 13.48 -
YUV 69.52 146.33 202.52 -
System Red Green Blue C M Y K H S L
Decimal 174 10 102 0 0.94 0.41 0.32 326.34 0.89 0.36
Hex AE A 66 0 5E 29 20 146 59 24
Octal 256 12 146 0 136 51 40 506 131 44
Binary 10101110 1010 1100110 0 1011110 101001 100000 101000110 1011001 100100

Color Harmonies of #AE0A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0A66

Black with #AE0A66

Text Example


Text Example

White with #AE0A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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