#A17DBF

Color #A17DBF Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A17DBF

Tints of Purple Mountain's Majesty #A17DBF

Color information

#A17DBF (or 0xA17DBF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7D and BF. RGB value is (161,125,191). Sum of RGB (Red+Green+Blue) = 161+125+191=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #A17DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DBF is #5E8240. Grayscale: #8F8F8F. Windows color (decimal): -6193729 or 12549537. OLE color: 12549537.

HSL color Cylindrical-coordinate representation of color #A17DBF: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17DBF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161125191-
CMYK0.160.3500.25
HSL272.73º34.02%61.96%-
HSV(B)272.73º34.55%74.9%-
XYZ31.4426.0152.65-
YUV143.29154.93140.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 191 (75% from 255) = 40.04%
R=33.75%
G=26.21%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611251910.160.3500.25272.7334.0261.96
HexA17DBF1023019111223e
Octal24117527720430314214276
Binary1010000111111011011111110000100011011001100010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DBF; }

 p { color: rgb(161,125,191); }

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

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

 a { background-color: rgb(161,125,191); }

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

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

 span { border-color: rgb(161,125,191); }

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