#A3208B

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

Shades of Dark Purple #A3208B

Tints of Dark Purple #A3208B

Color information

#A3208B (or 0xA3208B) is unknown color: approx Dark Purple. HEX triplet: A3, 20 and 8B. RGB value is (163,32,139). Sum of RGB (Red+Green+Blue) = 163+32+139=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A3208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3208B is #5CDF74. Grayscale: #535353. Windows color (decimal): -6086517 or 9117859. OLE color: 9117859.

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

Color convert

RGB16332139-
CMYK00.800.150.36
HSL310.99º67.18%38.24%-
HSV(B)310.99º80.37%63.92%-
XYZ20.2810.6825.42-
YUV83.37159.4184.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 32 (12.89% from 255) = 9.58%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=48.80%
G=9.58%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633213900.800.150.36310.9967.1838.24
HexA3208B050F241374326
Octal243402130120174446710346
Binary10100011100000100010110101000011111001001001101111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3208B; }

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

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

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

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

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

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

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

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