#A0177F

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

Shades of Dark Purple #A0177F

Tints of Dark Purple #A0177F

Color information

#A0177F (or 0xA0177F) is unknown color: approx Dark Purple. HEX triplet: A0, 17 and 7F. RGB value is (160,23,127). Sum of RGB (Red+Green+Blue) = 160+23+127=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0177F is #5FE880. Grayscale: #4B4B4B. Windows color (decimal): -6285441 or 8329120. OLE color: 8329120.

HSL color Cylindrical-coordinate representation of color #A0177F: hue angle of 314.45º 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 #A0177F is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16023127-
CMYK00.860.210.37
HSL314.45º74.86%35.88%-
HSV(B)314.45º85.62%62.75%-
XYZ18.639.6220.95-
YUV75.82156.89188.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 23 (9.38% from 255) = 7.42%
BLUE value IS 127 (50% from 255) = 40.97%
R=51.61%
G=7.42%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602312700.860.210.37314.4574.8635.88
HexA0177F056152513a4b24
Octal240271770126254547211344
Binary1010000010111111111101010110101011001011001110101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0177F; }

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

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

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

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

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

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

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

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