Html Css Color HEX #AA0556 Jazzberry Jam

📋 copy color: '#AA0556'

red 170 ◦ green 5 ◦ blue 86

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

Shades of Jazzberry Jam #AA0556

Tints of Jazzberry Jam #AA0556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 65.13%
G = 1.92%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA0556 (or 0xAA0556) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 56. RGB value is (170,5,86). Sum of RGB (Red+Green+Blue) = 170+5+86=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0556 is #55FAA9. Grayscale: #3F3F3F. Windows color (decimal): -5634730 or 5637546. OLE color: 5637546.

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

Color convert

RGB 170 5 86 -
CMYK 0 0.97 0.49 0.33
HSL 330.55º 0.94% 0.34% -
HSV(B) 330.55º 0.97% 0.67% -
XYZ 18.31 9.33 9.64 -
YUV 63.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 170 5 86 0 0.97 0.49 0.33 330.55 0.94 0.34
Hex AA 5 56 0 61 31 21 14B 5E 22
Octal 252 5 126 0 141 61 41 513 136 42
Binary 10101010 101 1010110 0 1100001 110001 100001 101001011 1011110 100010

Color Harmonies of #AA0556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0556

Black with #AA0556

Text Example


Text Example

White with #AA0556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0556; }

 p { color: rgb(170,5,86); }

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

background-color css

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

 a { background-color: rgb(170,5,86); }

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

border-color css

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

 span { border-color: rgb(170,5,86); }

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