#A20257

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

Shades of Jazzberry Jam #A20257

Tints of Jazzberry Jam #A20257

Color information

#A20257 (or 0xA20257) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 02 and 57. RGB value is (162,2,87). Sum of RGB (Red+Green+Blue) = 162+2+87=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A20257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20257 is #5DFDA8. Grayscale: #3B3B3B. Windows color (decimal): -6159785 or 5702306. OLE color: 5702306.

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

Color convert

RGB162287-
CMYK00.990.460.36
HSL328.12º97.56%32.16%-
HSV(B)328.12º98.77%63.53%-
XYZ16.648.419.76-
YUV59.53143.51201.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=64.54%
G=0.80%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16228700.990.460.36328.1297.5632.16
HexA22570632E241486220
Octal24221270143564451014240
Binary10100010101010111011000111011101001001010010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20257; }

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

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

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

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

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

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

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

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