#A01E71

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

Shades of Jazzberry Jam #A01E71

Tints of Jazzberry Jam #A01E71

Color information

#A01E71 (or 0xA01E71) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 1E and 71. RGB value is (160,30,113). Sum of RGB (Red+Green+Blue) = 160+30+113=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E71 is #5FE18E. Grayscale: #4E4E4E. Windows color (decimal): -6283663 or 7413408. OLE color: 7413408.

HSL color Cylindrical-coordinate representation of color #A01E71: hue angle of 321.69º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E71 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16030113-
CMYK00.810.290.37
HSL321.69º68.42%37.25%-
HSV(B)321.69º81.25%62.75%-
XYZ17.949.5916.53-
YUV78.33147.57186.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=52.81%
G=9.90%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603011300.810.290.37321.6968.4237.25
HexA01E710511D251424425
Octal240361610121354550210445
Binary1010000011110111000101010001111011001011010000101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E71; }

 p { color: rgb(160,30,113); }

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

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

 a { background-color: rgb(160,30,113); }

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

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

 span { border-color: rgb(160,30,113); }

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