#A32082

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

Shades of Dark Purple #A32082

Tints of Dark Purple #A32082

Color information

#A32082 (or 0xA32082) is unknown color: approx Dark Purple. HEX triplet: A3, 20 and 82. RGB value is (163,32,130). Sum of RGB (Red+Green+Blue) = 163+32+130=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A32082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32082 is #5CDF7D. Grayscale: #525252. Windows color (decimal): -6086526 or 8528035. OLE color: 8528035.

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

Color convert

RGB16332130-
CMYK00.800.200.36
HSL315.11º67.18%38.24%-
HSV(B)315.11º80.37%63.92%-
XYZ19.6510.4322.1-
YUV82.34154.9185.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 32 (12.89% from 255) = 9.85%
BLUE value IS 130 (51.17% from 255) = 40%
R=50.15%
G=9.85%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633213000.800.200.36315.1167.1838.24
HexA32082050142413b4326
Octal243402020120244447310346
Binary101000111000001000001001010000101001001001001110111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32082; }

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

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

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

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

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

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

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

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