#AA0858

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

Shades of Jazzberry Jam #AA0858

Tints of Jazzberry Jam #AA0858

Color information

#AA0858 (or 0xAA0858) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 08 and 58. RGB value is (170,8,88). Sum of RGB (Red+Green+Blue) = 170+8+88=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0858 is #55F7A7. Grayscale: #414141. Windows color (decimal): -5633960 or 5769386. OLE color: 5769386.

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

Color convert

RGB170888-
CMYK00.950.480.33
HSL330.37º91.01%34.9%-
HSV(B)330.37º95.29%66.67%-
XYZ18.439.4210.08-
YUV65.56140.67202.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 8 (3.52% from 255) = 3.01%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=63.91%
G=3.01%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17088800.950.480.33330.3791.0134.9
HexAA85805F302114a5b23
Octal252101300137604151213343
Binary1010101010001011000010111111100001000011010010101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0858; }

 p { color: rgb(170,8,88); }

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

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

 a { background-color: rgb(170,8,88); }

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

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

 span { border-color: rgb(170,8,88); }

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