#A0196A

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

Shades of Jazzberry Jam #A0196A

Tints of Jazzberry Jam #A0196A

Color information

#A0196A (or 0xA0196A) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 19 and 6A. RGB value is (160,25,106). Sum of RGB (Red+Green+Blue) = 160+25+106=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0196A is #5FE695. Grayscale: #4A4A4A. Windows color (decimal): -6284950 or 6953376. OLE color: 6953376.

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

Color convert

RGB16025106-
CMYK00.840.340.37
HSL324º72.97%36.27%-
HSV(B)324º84.38%62.75%-
XYZ17.459.2114.49-
YUV74.6145.73188.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=54.98%
G=8.59%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602510600.840.340.3732472.9736.27
HexA0196A05422251444924
Octal240311520124424550411144
Binary10100000110011101010010101001000101001011010001001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0196A; }

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

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

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

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

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

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

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

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