#A5177D

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

Shades of Dark Purple #A5177D

Tints of Dark Purple #A5177D

Color information

#A5177D (or 0xA5177D) is unknown color: approx Dark Purple. HEX triplet: A5, 17 and 7D. RGB value is (165,23,125). Sum of RGB (Red+Green+Blue) = 165+23+125=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5177D is #5AE882. Grayscale: #4C4C4C. Windows color (decimal): -5957763 or 8198053. OLE color: 8198053.

HSL color Cylindrical-coordinate representation of color #A5177D: hue angle of 316.9º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5177D is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16523125-
CMYK00.860.240.35
HSL316.9º75.53%36.86%-
HSV(B)316.9º86.06%64.71%-
XYZ19.5310.0920.32-
YUV77.09155.04190.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 23 (9.38% from 255) = 7.35%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=52.72%
G=7.35%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652312500.860.240.35316.975.5336.86
HexA5177D056182313d4c25
Octal245271750126304347511445
Binary1010010110111111110101010110110001000111001111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5177D; }

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

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

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

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

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

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

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

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