#AA005D

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

Shades of Jazzberry Jam #AA005D

Tints of Jazzberry Jam #AA005D

Color information

#AA005D (or 0xAA005D) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 00 and 5D. RGB value is (170,0,93). Sum of RGB (Red+Green+Blue) = 170+0+93=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA005D is #55FFA2. Grayscale: #3D3D3D. Windows color (decimal): -5636003 or 6095018. OLE color: 6095018.

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

Color convert

RGB170093-
CMYK010.450.33
HSL327.18º100%33.33%-
HSV(B)327.18º100%66.67%-
XYZ18.559.3411.18-
YUV61.43145.82205.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=64.64%
G=0%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170093010.450.33327.1810033.33
HexAA05D0642D211476421
Octal25201350144554150714441
Binary1010101001011101011001001011011000011010001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA005D; }

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

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

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

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

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

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

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

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