Html Css Color HEX #AA0F66 Jazzberry Jam

📋 copy color: '#AA0F66'

red 170 ◦ green 15 ◦ blue 102

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

Shades of Jazzberry Jam #AA0F66

Tints of Jazzberry Jam #AA0F66

RGB

 RED value IS 170 (66.8% from 255) = 59.23%

 GREEN value IS 15 (6.25% from 255) = 5.23%

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

R = 59.23%
G = 5.23%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA0F66 (or 0xAA0F66) is known color: Jazzberry Jam. HEX triplet: AA, 0F and 66. RGB value is (170,15,102). Sum of RGB (Red+Green+Blue) = 170+15+102=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F66 is #55F099. Grayscale: #474747. Windows color (decimal): -5632154 or 6688682. OLE color: 6688682.

HSL color Cylindrical-coordinate representation of color #AA0F66: hue angle of 326.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F66 is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 15 102 -
CMYK 0 0.91 0.4 0.33
HSL 326.32º 0.84% 0.36% -
HSV(B) 326.32º 0.91% 0.67% -
XYZ 19.15 9.85 13.46 -
YUV 71.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 170 15 102 0 0.91 0.4 0.33 326.32 0.84 0.36
Hex AA F 66 0 5B 28 21 146 54 24
Octal 252 17 146 0 133 50 41 506 124 44
Binary 10101010 1111 1100110 0 1011011 101000 100001 101000110 1010100 100100

Color Harmonies of #AA0F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F66

Black with #AA0F66

Text Example


Text Example

White with #AA0F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F66; }

 p { color: rgb(170,15,102); }

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

background-color css

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

 a { background-color: rgb(170,15,102); }

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

border-color css

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

 span { border-color: rgb(170,15,102); }

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