#A3206E

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

Shades of Jazzberry Jam #A3206E

Tints of Jazzberry Jam #A3206E

Color information

#A3206E (or 0xA3206E) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 20 and 6E. RGB value is (163,32,110). Sum of RGB (Red+Green+Blue) = 163+32+110=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3206E is #5CDF91. Grayscale: #4F4F4F. Windows color (decimal): -6086546 or 7217315. OLE color: 7217315.

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

Color convert

RGB16332110-
CMYK00.800.330.36
HSL324.27º67.18%38.24%-
HSV(B)324.27º80.37%63.92%-
XYZ18.449.9515.7-
YUV80.06144.9187.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=53.44%
G=10.49%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633211000.800.330.36324.2767.1838.24
HexA3206E05021241444326
Octal243401560120414450410346
Binary101000111000001101110010100001000011001001010001001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3206E; }

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

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

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

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

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

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

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

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