#A0196E

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

Shades of Jazzberry Jam #A0196E

Tints of Jazzberry Jam #A0196E

Color information

#A0196E (or 0xA0196E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 19 and 6E. RGB value is (160,25,110). Sum of RGB (Red+Green+Blue) = 160+25+110=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A0196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0196E is #5FE691. Grayscale: #4A4A4A. Windows color (decimal): -6284946 or 7215520. OLE color: 7215520.

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

Color convert

RGB16025110-
CMYK00.840.310.37
HSL322.22º72.97%36.27%-
HSV(B)322.22º84.38%62.75%-
XYZ17.669.2915.62-
YUV75.05147.73188.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=54.24%
G=8.47%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602511000.840.310.37322.2272.9736.27
HexA0196E0541F251424924
Octal240311560124374550211144
Binary1010000011001110111001010100111111001011010000101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0196E; }

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

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

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

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

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

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

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

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