#A00E58

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

Shades of Jazzberry Jam #A00E58

Tints of Jazzberry Jam #A00E58

Color information

#A00E58 (or 0xA00E58) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0E and 58. RGB value is (160,14,88). Sum of RGB (Red+Green+Blue) = 160+14+88=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E58 is #5FF1A7. Grayscale: #414141. Windows color (decimal): -6287784 or 5770912. OLE color: 5770912.

HSL color Cylindrical-coordinate representation of color #A00E58: hue angle of 329.59º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E58 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB1601488-
CMYK00.910.450.37
HSL329.59º83.91%34.12%-
HSV(B)329.59º91.25%62.75%-
XYZ16.428.4910.01-
YUV66.09140.37194.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.07%
GREEN value IS 14 (5.86% from 255) = 5.34%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=61.07%
G=5.34%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160148800.910.450.37329.5983.9134.12
HexA0E5805B2D2514a5422
Octal240161300133554551212442
Binary1010000011101011000010110111011011001011010010101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00E58; }

 p { color: rgb(160,14,88); }

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

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

 a { background-color: rgb(160,14,88); }

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

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

 span { border-color: rgb(160,14,88); }

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