#A32189

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

Shades of Dark Purple #A32189

Tints of Dark Purple #A32189

Color information

#A32189 (or 0xA32189) is unknown color: approx Dark Purple. HEX triplet: A3, 21 and 89. RGB value is (163,33,137). Sum of RGB (Red+Green+Blue) = 163+33+137=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A32189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32189 is #5CDE76. Grayscale: #535353. Windows color (decimal): -6086263 or 8987043. OLE color: 8987043.

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

Color convert

RGB16333137-
CMYK00.800.160.36
HSL312º66.33%38.43%-
HSV(B)312º79.75%63.92%-
XYZ20.1610.6824.67-
YUV83.73158.07184.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=48.95%
G=9.91%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633313700.800.160.3631266.3338.43
HexA3218905010241384226
Octal243412110120204447010246
Binary101000111000011000100101010000100001001001001110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32189; }

 p { color: rgb(163,33,137); }

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

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

 a { background-color: rgb(163,33,137); }

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

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

 span { border-color: rgb(163,33,137); }

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