#A20161

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

Shades of Jazzberry Jam #A20161

Tints of Jazzberry Jam #A20161

Color information

#A20161 (or 0xA20161) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 01 and 61. RGB value is (162,1,97). Sum of RGB (Red+Green+Blue) = 162+1+97=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A20161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20161 is #5DFE9E. Grayscale: #3B3B3B. Windows color (decimal): -6160031 or 6357410. OLE color: 6357410.

HSL color Cylindrical-coordinate representation of color #A20161: hue angle of 324.22º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20161 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB162197-
CMYK00.990.400.36
HSL324.22º98.77%31.96%-
HSV(B)324.22º99.38%63.53%-
XYZ17.078.5712.06-
YUV60.08148.84200.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.31%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=62.31%
G=0.38%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16219700.990.400.36324.2298.7731.96
HexA216106328241446320
Octal24211410143504450414340
Binary1010001011100001011000111010001001001010001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20161; }

 p { color: rgb(162,1,97); }

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

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

 a { background-color: rgb(162,1,97); }

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

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

 span { border-color: rgb(162,1,97); }

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