#A00649

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

Shades of Jazzberry Jam #A00649

Tints of Jazzberry Jam #A00649

Color information

#A00649 (or 0xA00649) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 06 and 49. RGB value is (160,6,73). Sum of RGB (Red+Green+Blue) = 160+6+73=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A00649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00649 is #5FF9B6. Grayscale: #3B3B3B. Windows color (decimal): -6289847 or 4785824. OLE color: 4785824.

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

Color convert

RGB160673-
CMYK00.960.540.37
HSL333.9º92.77%32.55%-
HSV(B)333.9º96.25%62.75%-
XYZ15.768.087.03-
YUV59.68135.52199.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=66.95%
G=2.51%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16067300.960.540.37333.992.7732.55
HexA0649060362514e5d21
Octal24061110140664551613541
Binary101000001101001001011000001101101001011010011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00649; }

 p { color: rgb(160,6,73); }

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

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

 a { background-color: rgb(160,6,73); }

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

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

 span { border-color: rgb(160,6,73); }

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