#A01C70

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

Shades of Jazzberry Jam #A01C70

Tints of Jazzberry Jam #A01C70

Color information

#A01C70 (or 0xA01C70) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 1C and 70. RGB value is (160,28,112). Sum of RGB (Red+Green+Blue) = 160+28+112=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01C70 is #5FE38F. Grayscale: #4C4C4C. Windows color (decimal): -6284176 or 7347360. OLE color: 7347360.

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

Color convert

RGB16028112-
CMYK00.820.300.37
HSL321.82º70.21%36.86%-
HSV(B)321.82º82.5%62.75%-
XYZ17.849.4716.22-
YUV77.04147.73187.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.33%
GREEN value IS 28 (11.33% from 255) = 9.33%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=53.33%
G=9.33%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602811200.820.300.37321.8270.2136.86
HexA01C700521E251424625
Octal240341600122364550210645
Binary1010000011100111000001010010111101001011010000101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01C70; }

 p { color: rgb(160,28,112); }

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

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

 a { background-color: rgb(160,28,112); }

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

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

 span { border-color: rgb(160,28,112); }

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