#A32090

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

Shades of Dark Purple #A32090

Tints of Dark Purple #A32090

Color information

#A32090 (or 0xA32090) is unknown color: approx Dark Purple. HEX triplet: A3, 20 and 90. RGB value is (163,32,144). Sum of RGB (Red+Green+Blue) = 163+32+144=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A32090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32090 is #5CDF6F. Grayscale: #535353. Windows color (decimal): -6086512 or 9445539. OLE color: 9445539.

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

Color convert

RGB16332144-
CMYK00.800.120.36
HSL308.7º67.18%38.24%-
HSV(B)308.7º80.37%63.92%-
XYZ20.6510.8327.39-
YUV83.94161.9184.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 32 (12.89% from 255) = 9.44%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=48.08%
G=9.44%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633214400.800.120.36308.767.1838.24
HexA32090050C241354326
Octal243402200120144446510346
Binary10100011100000100100000101000011001001001001101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32090; }

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

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

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

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

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

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

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

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