#A01F5F

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

Shades of Jazzberry Jam #A01F5F

Tints of Jazzberry Jam #A01F5F

Color information

#A01F5F (or 0xA01F5F) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 1F and 5F. RGB value is (160,31,95). Sum of RGB (Red+Green+Blue) = 160+31+95=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01F5F is #5FE0A0. Grayscale: #4C4C4C. Windows color (decimal): -6283425 or 6234016. OLE color: 6234016.

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

Color convert

RGB1603195-
CMYK00.810.410.37
HSL330.23º67.54%37.45%-
HSV(B)330.23º80.62%62.75%-
XYZ17.059.2811.72-
YUV76.87138.24187.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 31 (12.5% from 255) = 10.84%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=55.94%
G=10.84%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160319500.810.410.37330.2367.5437.45
HexA01F5F051292514a4425
Octal240371370121514551210445
Binary10100000111111011111010100011010011001011010010101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01F5F; }

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

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

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

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

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

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

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

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