#A20763

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

Shades of Jazzberry Jam #A20763

Tints of Jazzberry Jam #A20763

Color information

#A20763 (or 0xA20763) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 63. RGB value is (162,7,99). Sum of RGB (Red+Green+Blue) = 162+7+99=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20763 is #5DF89C. Grayscale: #3F3F3F. Windows color (decimal): -6158493 or 6490018. OLE color: 6490018.

HSL color Cylindrical-coordinate representation of color #A20763: hue angle of 324.39º degrees, saturation: 0.92, 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 #A20763 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB162799-
CMYK00.960.390.36
HSL324.39º91.72%33.14%-
HSV(B)324.39º95.68%63.53%-
XYZ17.238.7312.58-
YUV63.83147.85198.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 7 (3.12% from 255) = 2.61%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=60.45%
G=2.61%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16279900.960.390.36324.3991.7233.14
HexA276306027241445c21
Octal24271430140474450413441
Binary101000101111100011011000001001111001001010001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20763; }

 p { color: rgb(162,7,99); }

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

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

 a { background-color: rgb(162,7,99); }

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

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

 span { border-color: rgb(162,7,99); }

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