#A01F60

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

Shades of Jazzberry Jam #A01F60

Tints of Jazzberry Jam #A01F60

Color information

#A01F60 (or 0xA01F60) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 1F and 60. RGB value is (160,31,96). Sum of RGB (Red+Green+Blue) = 160+31+96=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01F60 is #5FE09F. Grayscale: #4C4C4C. Windows color (decimal): -6283424 or 6299552. OLE color: 6299552.

HSL color Cylindrical-coordinate representation of color #A01F60: hue angle of 329.77º 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 #A01F60 is Cyan = 0, Magento = 0.81, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1603196-
CMYK00.810.40.37
HSL329.77º67.54%37.45%-
HSV(B)329.77º80.62%62.75%-
XYZ17.19.311.96-
YUV76.98138.74187.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 31 (12.5% from 255) = 10.80%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=55.75%
G=10.80%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160319600.810.40.37329.7767.5437.45
HexA01F60051282514a4425
Octal240371400121504551210445
Binary10100000111111100000010100011010001001011010010101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01F60; }

 p { color: rgb(160,31,96); }

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

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

 a { background-color: rgb(160,31,96); }

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

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

 span { border-color: rgb(160,31,96); }

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