#A17DB5

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

Shades of Purple Mountain's Majesty #A17DB5

Tints of Purple Mountain's Majesty #A17DB5

Color information

#A17DB5 (or 0xA17DB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7D and B5. RGB value is (161,125,181). Sum of RGB (Red+Green+Blue) = 161+125+181=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #A17DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DB5 is #5E824A. Grayscale: #8D8D8D. Windows color (decimal): -6193739 or 11894177. OLE color: 11894177.

HSL color Cylindrical-coordinate representation of color #A17DB5: hue angle of 278.57º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A17DB5 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161125181-
CMYK0.110.3100.29
HSL278.57º27.45%60%-
HSV(B)278.57º30.94%70.98%-
XYZ30.3725.5847.05-
YUV142.15149.93141.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=34.48%
G=26.77%
B=38.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611251810.110.3100.29278.5727.4560
HexA17DB5B1F01D1171b3c
Octal24117526513370354273374
Binary1010000111111011011010110111111101110110001011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DB5; }

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

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

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

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

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

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

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

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