#A20357

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

Shades of Jazzberry Jam #A20357

Tints of Jazzberry Jam #A20357

Color information

#A20357 (or 0xA20357) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 03 and 57. RGB value is (162,3,87). Sum of RGB (Red+Green+Blue) = 162+3+87=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20357 is #5DFCA8. Grayscale: #3B3B3B. Windows color (decimal): -6159529 or 5702562. OLE color: 5702562.

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

Color convert

RGB162387-
CMYK00.980.460.36
HSL328.3º96.36%32.35%-
HSV(B)328.3º98.15%63.53%-
XYZ16.658.439.77-
YUV60.12143.18200.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=64.29%
G=1.19%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16238700.980.460.36328.396.3632.35
HexA23570622E241486020
Octal24231270142564451014040
Binary10100010111010111011000101011101001001010010001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20357; }

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

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

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

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

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

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

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

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