#A32178

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

Shades of Dark Purple #A32178

Tints of Dark Purple #A32178

Color information

#A32178 (or 0xA32178) is unknown color: approx Dark Purple. HEX triplet: A3, 21 and 78. RGB value is (163,33,120). Sum of RGB (Red+Green+Blue) = 163+33+120=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A32178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32178 is #5CDE87. Grayscale: #515151. Windows color (decimal): -6086280 or 7872931. OLE color: 7872931.

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

Color convert

RGB16333120-
CMYK00.800.260.36
HSL319.85º66.33%38.43%-
HSV(B)319.85º79.75%63.92%-
XYZ19.0410.2318.74-
YUV81.79149.57185.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=51.58%
G=10.44%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633312000.800.260.36319.8566.3338.43
HexA321780501A241404226
Octal243411700120324450010246
Binary10100011100001111100001010000110101001001010000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32178; }

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

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

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

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

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

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

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

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