Html Css Color HEX #AA0B6A Jazzberry Jam

📋 copy color: '#AA0B6A'

red 170 ◦ green 11 ◦ blue 106

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

Shades of Jazzberry Jam #AA0B6A

Tints of Jazzberry Jam #AA0B6A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 59.23%
G = 3.83%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA0B6A (or 0xAA0B6A) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 6A. RGB value is (170,11,106). Sum of RGB (Red+Green+Blue) = 170+11+106=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B6A is #55F495. Grayscale: #454545. Windows color (decimal): -5633174 or 6949802. OLE color: 6949802.

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

Color convert

RGB 170 11 106 -
CMYK 0 0.94 0.38 0.33
HSL 324.15º 0.88% 0.35% -
HSV(B) 324.15º 0.94% 0.67% -
XYZ 19.3 9.83 14.52 -
YUV 69.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 170 11 106 0 0.94 0.38 0.33 324.15 0.88 0.35
Hex AA B 6A 0 5E 26 21 144 58 23
Octal 252 13 152 0 136 46 41 504 130 43
Binary 10101010 1011 1101010 0 1011110 100110 100001 101000100 1011000 100011

Color Harmonies of #AA0B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B6A

Black with #AA0B6A

Text Example


Text Example

White with #AA0B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B6A; }

 p { color: rgb(170,11,106); }

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

background-color css

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

 a { background-color: rgb(170,11,106); }

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

border-color css

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

 span { border-color: rgb(170,11,106); }

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