#A3208E

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

Shades of Dark Purple #A3208E

Tints of Dark Purple #A3208E

Color information

#A3208E (or 0xA3208E) is unknown color: approx Dark Purple. HEX triplet: A3, 20 and 8E. RGB value is (163,32,142). Sum of RGB (Red+Green+Blue) = 163+32+142=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3208E is #5CDF71. Grayscale: #535353. Windows color (decimal): -6086514 or 9314467. OLE color: 9314467.

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

Color convert

RGB16332142-
CMYK00.800.130.36
HSL309.62º67.18%38.24%-
HSV(B)309.62º80.37%63.92%-
XYZ20.510.7726.59-
YUV83.71160.9184.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 32 (12.89% from 255) = 9.50%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=48.37%
G=9.50%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633214200.800.130.36309.6267.1838.24
HexA3208E050D241364326
Octal243402160120154446610346
Binary10100011100000100011100101000011011001001001101101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3208E; }

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

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

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

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

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

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

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

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