#A0177D

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

Shades of Dark Purple #A0177D

Tints of Dark Purple #A0177D

Color information

#A0177D (or 0xA0177D) is unknown color: approx Dark Purple. HEX triplet: A0, 17 and 7D. RGB value is (160,23,125). Sum of RGB (Red+Green+Blue) = 160+23+125=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0177D is #5FE882. Grayscale: #4B4B4B. Windows color (decimal): -6285443 or 8198048. OLE color: 8198048.

HSL color Cylindrical-coordinate representation of color #A0177D: hue angle of 315.33º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0177D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16023125-
CMYK00.860.220.37
HSL315.33º74.86%35.88%-
HSV(B)315.33º85.62%62.75%-
XYZ18.519.5720.27-
YUV75.59155.89188.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 23 (9.38% from 255) = 7.47%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=51.95%
G=7.47%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602312500.860.220.37315.3374.8635.88
HexA0177D056162513b4b24
Octal240271750126264547311344
Binary1010000010111111110101010110101101001011001110111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0177D; }

 p { color: rgb(160,23,125); }

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

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

 a { background-color: rgb(160,23,125); }

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

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

 span { border-color: rgb(160,23,125); }

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