#A00A52

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

Shades of Jazzberry Jam #A00A52

Tints of Jazzberry Jam #A00A52

Color information

#A00A52 (or 0xA00A52) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0A and 52. RGB value is (160,10,82). Sum of RGB (Red+Green+Blue) = 160+10+82=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A52 is #5FF5AD. Grayscale: #3E3E3E. Windows color (decimal): -6288814 or 5376672. OLE color: 5376672.

HSL color Cylindrical-coordinate representation of color #A00A52: hue angle of 331.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A52 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1601082-
CMYK00.940.490.37
HSL331.2º88.24%33.33%-
HSV(B)331.2º93.75%62.75%-
XYZ16.138.38.73-
YUV63.06138.7197.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=63.49%
G=3.97%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160108200.940.490.37331.288.2433.33
HexA0A5205E312514b5821
Octal240121220136614551313041
Binary1010000010101010010010111101100011001011010010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00A52; }

 p { color: rgb(160,10,82); }

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

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

 a { background-color: rgb(160,10,82); }

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

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

 span { border-color: rgb(160,10,82); }

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