#A32177

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

Shades of Dark Purple #A32177

Tints of Dark Purple #A32177

Color information

#A32177 (or 0xA32177) is unknown color: approx Dark Purple. HEX triplet: A3, 21 and 77. RGB value is (163,33,119). Sum of RGB (Red+Green+Blue) = 163+33+119=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A32177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32177 is #5CDE88. Grayscale: #515151. Windows color (decimal): -6086281 or 7807395. OLE color: 7807395.

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

Color convert

RGB16333119-
CMYK00.800.270.36
HSL320.31º66.33%38.43%-
HSV(B)320.31º79.75%63.92%-
XYZ18.9810.2118.42-
YUV81.67149.07186.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=51.75%
G=10.48%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633311900.800.270.36320.3166.3338.43
HexA321770501B241404226
Octal243411670120334450010246
Binary10100011100001111011101010000110111001001010000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32177; }

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

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

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

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

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

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

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

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