#A00852

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

Shades of Jazzberry Jam #A00852

Tints of Jazzberry Jam #A00852

Color information

#A00852 (or 0xA00852) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 08 and 52. RGB value is (160,8,82). Sum of RGB (Red+Green+Blue) = 160+8+82=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A00852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00852 is #5FF7AD. Grayscale: #3D3D3D. Windows color (decimal): -6289326 or 5376160. OLE color: 5376160.

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

Color convert

RGB160882-
CMYK00.950.490.37
HSL330.79º90.48%32.94%-
HSV(B)330.79º95%62.75%-
XYZ16.118.268.73-
YUV61.88139.36197.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=64%
G=3.2%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16088200.950.490.37330.7990.4832.94
HexA085205F312514b5a21
Octal240101220137614551313241
Binary1010000010001010010010111111100011001011010010111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00852; }

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

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

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

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

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

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

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

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