#A0206A

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

Shades of Jazzberry Jam #A0206A

Tints of Jazzberry Jam #A0206A

Color information

#A0206A (or 0xA0206A) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 20 and 6A. RGB value is (160,32,106). Sum of RGB (Red+Green+Blue) = 160+32+106=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A0206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0206A is #5FDF95. Grayscale: #4E4E4E. Windows color (decimal): -6283158 or 6955168. OLE color: 6955168.

HSL color Cylindrical-coordinate representation of color #A0206A: hue angle of 325.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0206A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16032106-
CMYK00.800.340.37
HSL325.31º66.67%37.65%-
HSV(B)325.31º80%62.75%-
XYZ17.629.5514.55-
YUV78.71143.41185.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=53.69%
G=10.74%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603210600.800.340.37325.3166.6737.65
HexA0206A05022251454326
Octal240401520120424550510346
Binary101000001000001101010010100001000101001011010001011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0206A; }

 p { color: rgb(160,32,106); }

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

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

 a { background-color: rgb(160,32,106); }

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

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

 span { border-color: rgb(160,32,106); }

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