#A20261

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

Shades of Jazzberry Jam #A20261

Tints of Jazzberry Jam #A20261

Color information

#A20261 (or 0xA20261) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 02 and 61. RGB value is (162,2,97). Sum of RGB (Red+Green+Blue) = 162+2+97=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A20261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20261 is #5DFD9E. Grayscale: #3C3C3C. Windows color (decimal): -6159775 or 6357666. OLE color: 6357666.

HSL color Cylindrical-coordinate representation of color #A20261: hue angle of 324.38º degrees, saturation: 0.98, 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 #A20261 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB162297-
CMYK00.990.400.36
HSL324.38º97.56%32.16%-
HSV(B)324.38º98.77%63.53%-
XYZ17.088.5912.07-
YUV60.67148.51200.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=62.07%
G=0.77%
B=37.16%

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
Decimal16229700.990.400.36324.3897.5632.16
HexA226106328241446220
Octal24221410143504450414240
Binary10100010101100001011000111010001001001010001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20261; }

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

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

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

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

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

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

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

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