#A3208C

Color #A3208C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A3208C

Tints of Dark Purple #A3208C

Color information

#A3208C (or 0xA3208C) is unknown color: approx Dark Purple. HEX triplet: A3, 20 and 8C. RGB value is (163,32,140). Sum of RGB (Red+Green+Blue) = 163+32+140=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3208C is #5CDF73. Grayscale: #535353. Windows color (decimal): -6086516 or 9183395. OLE color: 9183395.

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

Color convert

RGB16332140-
CMYK00.800.140.36
HSL310.53º67.18%38.24%-
HSV(B)310.53º80.37%63.92%-
XYZ20.3510.7125.81-
YUV83.48159.9184.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 32 (12.89% from 255) = 9.55%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=48.66%
G=9.55%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633214000.800.140.36310.5367.1838.24
HexA3208C050E241374326
Octal243402140120164446710346
Binary10100011100000100011000101000011101001001001101111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3208C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3208C; }

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

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

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

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

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

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

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

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