Html Css Color HEX #AA0C60 Jazzberry Jam

📋 copy color: '#AA0C60'

red 170 ◦ green 12 ◦ blue 96

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

Shades of Jazzberry Jam #AA0C60

Tints of Jazzberry Jam #AA0C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 61.15%
G = 4.32%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA0C60 (or 0xAA0C60) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 60. RGB value is (170,12,96). Sum of RGB (Red+Green+Blue) = 170+12+96=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C60 is #55F39F. Grayscale: #444444. Windows color (decimal): -5632928 or 6294698. OLE color: 6294698.

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

Color convert

RGB 170 12 96 -
CMYK 0 0.93 0.44 0.33
HSL 328.1º 0.87% 0.36% -
HSV(B) 328.1º 0.93% 0.67% -
XYZ 18.82 9.65 11.94 -
YUV 68.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 170 12 96 0 0.93 0.44 0.33 328.1 0.87 0.36
Hex AA C 60 0 5D 2C 21 148 57 24
Octal 252 14 140 0 135 54 41 510 127 44
Binary 10101010 1100 1100000 0 1011101 101100 100001 101001000 1010111 100100

Color Harmonies of #AA0C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C60

Black with #AA0C60

Text Example


Text Example

White with #AA0C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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