#A3206A

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

Shades of Jazzberry Jam #A3206A

Tints of Jazzberry Jam #A3206A

Color information

#A3206A (or 0xA3206A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 20 and 6A. RGB value is (163,32,106). Sum of RGB (Red+Green+Blue) = 163+32+106=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A3206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3206A is #5CDF95. Grayscale: #4F4F4F. Windows color (decimal): -6086550 or 6955171. OLE color: 6955171.

HSL color Cylindrical-coordinate representation of color #A3206A: hue angle of 326.11º 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 #A3206A is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16332106-
CMYK00.800.350.36
HSL326.11º67.18%38.24%-
HSV(B)326.11º80.37%63.92%-
XYZ18.229.8614.58-
YUV79.6142.9187.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=54.15%
G=10.63%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633210600.800.350.36326.1167.1838.24
HexA3206A05023241464326
Octal243401520120434450610346
Binary101000111000001101010010100001000111001001010001101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3206A; }

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

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

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

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

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

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

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

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