#AA0A58

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

Shades of Jazzberry Jam #AA0A58

Tints of Jazzberry Jam #AA0A58

Color information

#AA0A58 (or 0xAA0A58) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0A and 58. RGB value is (170,10,88). Sum of RGB (Red+Green+Blue) = 170+10+88=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A58 is #55F5A7. Grayscale: #424242. Windows color (decimal): -5633448 or 5769898. OLE color: 5769898.

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

Color convert

RGB1701088-
CMYK00.940.480.33
HSL330.75º88.89%35.29%-
HSV(B)330.75º94.12%66.67%-
XYZ18.459.4710.09-
YUV66.73140.01201.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=63.43%
G=3.73%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170108800.940.480.33330.7588.8935.29
HexAAA5805E302114b5923
Octal252121300136604151313143
Binary1010101010101011000010111101100001000011010010111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0A58; }

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

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

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

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

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

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

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

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