#AA005C

Color #AA005C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA005C

Tints of Jazzberry Jam #AA005C

Color information

#AA005C (or 0xAA005C) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 00 and 5C. RGB value is (170,0,92). Sum of RGB (Red+Green+Blue) = 170+0+92=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA005C is #55FFA3. Grayscale: #3D3D3D. Windows color (decimal): -5636004 or 6029482. OLE color: 6029482.

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

Color convert

RGB170092-
CMYK010.460.33
HSL327.53º100%33.33%-
HSV(B)327.53º100%66.67%-
XYZ18.519.3210.95-
YUV61.32145.32205.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=64.89%
G=0%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170092010.460.33327.5310033.33
HexAA05C0642E211486421
Octal25201340144564151014441
Binary1010101001011100011001001011101000011010010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA005C; }

 p { color: rgb(170,0,92); }

 H1.HeaderClassName
 {
   color: #AA005C;
 }
 .AnyTagClassName
 {
   color: #AA005C;
 }
</style>
background-color css

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

 a { background-color: rgb(170,0,92); }

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

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

 span { border-color: rgb(170,0,92); }

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