#A20656

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

Shades of Jazzberry Jam #A20656

Tints of Jazzberry Jam #A20656

Color information

#A20656 (or 0xA20656) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 06 and 56. RGB value is (162,6,86). Sum of RGB (Red+Green+Blue) = 162+6+86=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A20656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20656 is #5DF9A9. Grayscale: #3D3D3D. Windows color (decimal): -6158762 or 5637794. OLE color: 5637794.

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

Color convert

RGB162686-
CMYK00.960.470.36
HSL329.23º92.86%32.94%-
HSV(B)329.23º96.3%63.53%-
XYZ16.658.489.56-
YUV61.76141.68199.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=63.78%
G=2.36%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16268600.960.470.36329.2392.8632.94
HexA26560602F241495d21
Octal24261260140574451113541
Binary101000101101010110011000001011111001001010010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20656; }

 p { color: rgb(162,6,86); }

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

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

 a { background-color: rgb(162,6,86); }

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

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

 span { border-color: rgb(162,6,86); }

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