Html Css Color HEX #AA0564 Jazzberry Jam

📋 copy color: '#AA0564'

red 170 ◦ green 5 ◦ blue 100

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

Shades of Jazzberry Jam #AA0564

Tints of Jazzberry Jam #AA0564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.36%

R = 61.82%
G = 1.82%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA0564 (or 0xAA0564) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 64. RGB value is (170,5,100). Sum of RGB (Red+Green+Blue) = 170+5+100=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0564 is #55FA9B. Grayscale: #404040. Windows color (decimal): -5634716 or 6555050. OLE color: 6555050.

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

Color convert

RGB 170 5 100 -
CMYK 0 0.97 0.41 0.33
HSL 325.45º 0.94% 0.34% -
HSV(B) 325.45º 0.97% 0.67% -
XYZ 18.93 9.57 12.91 -
YUV 65.17 147.66 202.78 -
System Red Green Blue C M Y K H S L
Decimal 170 5 100 0 0.97 0.41 0.33 325.45 0.94 0.34
Hex AA 5 64 0 61 29 21 145 5E 22
Octal 252 5 144 0 141 51 41 505 136 42
Binary 10101010 101 1100100 0 1100001 101001 100001 101000101 1011110 100010

Color Harmonies of #AA0564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0564

Black with #AA0564

Text Example


Text Example

White with #AA0564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0564; }

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

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

background-color css

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

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

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

border-color css

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

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

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