Html Css Color HEX #AA0C59 Jazzberry Jam

📋 copy color: '#AA0C59'

red 170 ◦ green 12 ◦ blue 89

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

Shades of Jazzberry Jam #AA0C59

Tints of Jazzberry Jam #AA0C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 62.73%
G = 4.43%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA0C59 (or 0xAA0C59) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 59. RGB value is (170,12,89). Sum of RGB (Red+Green+Blue) = 170+12+89=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C59 is #55F3A6. Grayscale: #434343. Windows color (decimal): -5632935 or 5835946. OLE color: 5835946.

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

Color convert

RGB 170 12 89 -
CMYK 0 0.93 0.48 0.33
HSL 330.76º 0.87% 0.36% -
HSV(B) 330.76º 0.93% 0.67% -
XYZ 18.51 9.53 10.32 -
YUV 68.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 170 12 89 0 0.93 0.48 0.33 330.76 0.87 0.36
Hex AA C 59 0 5D 30 21 14B 57 24
Octal 252 14 131 0 135 60 41 513 127 44
Binary 10101010 1100 1011001 0 1011101 110000 100001 101001011 1010111 100100

Color Harmonies of #AA0C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C59

Black with #AA0C59

Text Example


Text Example

White with #AA0C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C59; }

 p { color: rgb(170,12,89); }

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

background-color css

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

 a { background-color: rgb(170,12,89); }

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

border-color css

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

 span { border-color: rgb(170,12,89); }

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