#A01F6E

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

Shades of Jazzberry Jam #A01F6E

Tints of Jazzberry Jam #A01F6E

Color information

#A01F6E (or 0xA01F6E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 1F and 6E. RGB value is (160,31,110). Sum of RGB (Red+Green+Blue) = 160+31+110=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01F6E is #5FE091. Grayscale: #4E4E4E. Windows color (decimal): -6283410 or 7217056. OLE color: 7217056.

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

Color convert

RGB16031110-
CMYK00.810.310.37
HSL323.26º67.54%37.45%-
HSV(B)323.26º80.62%62.75%-
XYZ17.89.5815.66-
YUV78.58145.74186.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=53.16%
G=10.30%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603111000.810.310.37323.2667.5437.45
HexA01F6E0511F251434425
Octal240371560121374550310445
Binary1010000011111110111001010001111111001011010000111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01F6E; }

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

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

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

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

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

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

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

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