#a01a5f

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

Shades of Jazzberry Jam #A01A5F

Tints of Jazzberry Jam #A01A5F

Color information

#A01A5F (or 0xA01A5F) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 1A and 5F. RGB value is (160,26,95). Sum of RGB (Red+Green+Blue) = 160+26+95=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01A5F is #5FE5A0. Grayscale: #494949. Windows color (decimal): -6284705 or 6232736. OLE color: 6232736.

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

Color convert

RGB1602695-
CMYK00.840.410.37
HSL329.1º72.04%36.47%-
HSV(B)329.1º83.75%62.75%-
XYZ16.939.0411.68-
YUV73.93139.89189.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.94%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=56.94%
G=9.25%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160269500.840.410.37329.172.0436.47
HexA01A5F05429251494824
Octal240321370124514551111044
Binary10100000110101011111010101001010011001011010010011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01a5f; }

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

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

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

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

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

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

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

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