#A8196C

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

Shades of Jazzberry Jam #A8196C

Tints of Jazzberry Jam #A8196C

Color information

#A8196C (or 0xA8196C) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 19 and 6C. RGB value is (168,25,108). Sum of RGB (Red+Green+Blue) = 168+25+108=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8196C is #57E693. Grayscale: #4D4D4D. Windows color (decimal): -5760660 or 7084456. OLE color: 7084456.

HSL color Cylindrical-coordinate representation of color #A8196C: hue angle of 325.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8196C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16825108-
CMYK00.850.360.34
HSL325.17º74.09%37.84%-
HSV(B)325.17º85.12%65.88%-
XYZ19.210.115.13-
YUV77.22145.38192.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 25 (10.16% from 255) = 8.31%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=55.81%
G=8.31%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682510800.850.360.34325.1774.0937.84
HexA8196C05524221454a26
Octal250311540125444250511246
Binary10101000110011101100010101011001001000101010001011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8196C; }

 p { color: rgb(168,25,108); }

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

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

 a { background-color: rgb(168,25,108); }

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

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

 span { border-color: rgb(168,25,108); }

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