Html Css Color HEX #AA0866 Jazzberry Jam

📋 copy color: '#AA0866'

red 170 ◦ green 8 ◦ blue 102

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

Shades of Jazzberry Jam #AA0866

Tints of Jazzberry Jam #AA0866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 60.71%
G = 2.86%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA0866 (or 0xAA0866) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 66. RGB value is (170,8,102). Sum of RGB (Red+Green+Blue) = 170+8+102=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0866 is #55F799. Grayscale: #424242. Windows color (decimal): -5633946 or 6686890. OLE color: 6686890.

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

Color convert

RGB 170 8 102 -
CMYK 0 0.95 0.4 0.33
HSL 325.19º 0.91% 0.35% -
HSV(B) 325.19º 0.95% 0.67% -
XYZ 19.06 9.68 13.43 -
YUV 67.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 170 8 102 0 0.95 0.4 0.33 325.19 0.91 0.35
Hex AA 8 66 0 5F 28 21 145 5B 23
Octal 252 10 146 0 137 50 41 505 133 43
Binary 10101010 1000 1100110 0 1011111 101000 100001 101000101 1011011 100011

Color Harmonies of #AA0866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0866

Black with #AA0866

Text Example


Text Example

White with #AA0866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0866; }

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

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

background-color css

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

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

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

border-color css

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

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

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