#A20B5F

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

Shades of Jazzberry Jam #A20B5F

Tints of Jazzberry Jam #A20B5F

Color information

#A20B5F (or 0xA20B5F) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0B and 5F. RGB value is (162,11,95). Sum of RGB (Red+Green+Blue) = 162+11+95=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B5F is #5DF4A0. Grayscale: #414141. Windows color (decimal): -6157473 or 6228898. OLE color: 6228898.

HSL color Cylindrical-coordinate representation of color #A20B5F: hue angle of 326.62º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B5F is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1621195-
CMYK00.930.410.36
HSL326.62º87.28%33.92%-
HSV(B)326.62º93.21%63.53%-
XYZ17.098.7511.61-
YUV65.72144.53196.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 11 (4.69% from 255) = 4.10%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=60.45%
G=4.10%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162119500.930.410.36326.6287.2833.92
HexA2B5F05D29241475722
Octal242131370135514450712742
Binary1010001010111011111010111011010011001001010001111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B5F; }

 p { color: rgb(162,11,95); }

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

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

 a { background-color: rgb(162,11,95); }

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

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

 span { border-color: rgb(162,11,95); }

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