#A0196B

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

Shades of Jazzberry Jam #A0196B

Tints of Jazzberry Jam #A0196B

Color information

#A0196B (or 0xA0196B) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 19 and 6B. RGB value is (160,25,107). Sum of RGB (Red+Green+Blue) = 160+25+107=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0196B is #5FE694. Grayscale: #4A4A4A. Windows color (decimal): -6284949 or 7018912. OLE color: 7018912.

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

Color convert

RGB16025107-
CMYK00.840.330.37
HSL323.56º72.97%36.27%-
HSV(B)323.56º84.38%62.75%-
XYZ17.59.2314.77-
YUV74.71146.23188.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.79%
GREEN value IS 25 (10.16% from 255) = 8.56%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=54.79%
G=8.56%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602510700.840.330.37323.5672.9736.27
HexA0196B05421251444924
Octal240311530124414550411144
Binary10100000110011101011010101001000011001011010001001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0196B; }

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

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

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

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

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

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

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

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