Html Css Color HEX #AA0565 Jazzberry Jam

📋 copy color: '#AA0565'

red 170 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #AA0565

Tints of Jazzberry Jam #AA0565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 61.59%
G = 1.81%
B = 36.59%

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

#AA0565 (or 0xAA0565) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 65. RGB value is (170,5,101). Sum of RGB (Red+Green+Blue) = 170+5+101=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0565 is #55FA9A. Grayscale: #414141. Windows color (decimal): -5634715 or 6620586. OLE color: 6620586.

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

Color convert

RGB 170 5 101 -
CMYK 0 0.97 0.41 0.33
HSL 325.09º 0.94% 0.34% -
HSV(B) 325.09º 0.97% 0.67% -
XYZ 18.98 9.59 13.16 -
YUV 65.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 170 5 101 0 0.97 0.41 0.33 325.09 0.94 0.34
Hex AA 5 65 0 61 29 21 145 5E 22
Octal 252 5 145 0 141 51 41 505 136 42
Binary 10101010 101 1100101 0 1100001 101001 100001 101000101 1011110 100010

Color Harmonies of #AA0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0565

Black with #AA0565

Text Example


Text Example

White with #AA0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0565; }

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

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

background-color css

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

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

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

border-color css

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

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

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