#A3206C

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

Shades of Jazzberry Jam #A3206C

Tints of Jazzberry Jam #A3206C

Color information

#A3206C (or 0xA3206C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 20 and 6C. RGB value is (163,32,108). Sum of RGB (Red+Green+Blue) = 163+32+108=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A3206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3206C is #5CDF93. Grayscale: #4F4F4F. Windows color (decimal): -6086548 or 7086243. OLE color: 7086243.

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

Color convert

RGB16332108-
CMYK00.800.340.36
HSL325.19º67.18%38.24%-
HSV(B)325.19º80.37%63.92%-
XYZ18.339.915.13-
YUV79.83143.9187.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=53.80%
G=10.56%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633210800.800.340.36325.1967.1838.24
HexA3206C05022241454326
Octal243401540120424450510346
Binary101000111000001101100010100001000101001001010001011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3206C; }

 p { color: rgb(163,32,108); }

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

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

 a { background-color: rgb(163,32,108); }

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

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

 span { border-color: rgb(163,32,108); }

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