Html Css Color HEX #AA0B71 Jazzberry Jam

📋 copy color: '#AA0B71'

red 170 ◦ green 11 ◦ blue 113

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

Shades of Jazzberry Jam #AA0B71

Tints of Jazzberry Jam #AA0B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 57.82%
G = 3.74%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA0B71 (or 0xAA0B71) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 71. RGB value is (170,11,113). Sum of RGB (Red+Green+Blue) = 170+11+113=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B71 is #55F48E. Grayscale: #454545. Windows color (decimal): -5633167 or 7408554. OLE color: 7408554.

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

Color convert

RGB 170 11 113 -
CMYK 0 0.94 0.34 0.33
HSL 321.51º 0.88% 0.35% -
HSV(B) 321.51º 0.94% 0.67% -
XYZ 19.68 9.98 16.51 -
YUV 70.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 170 11 113 0 0.94 0.34 0.33 321.51 0.88 0.35
Hex AA B 71 0 5E 22 21 142 58 23
Octal 252 13 161 0 136 42 41 502 130 43
Binary 10101010 1011 1110001 0 1011110 100010 100001 101000010 1011000 100011

Color Harmonies of #AA0B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B71

Black with #AA0B71

Text Example


Text Example

White with #AA0B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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