#A17ABD

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

Shades of Purple Mountain's Majesty #A17ABD

Tints of Purple Mountain's Majesty #A17ABD

Color information

#A17ABD (or 0xA17ABD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7A and BD. RGB value is (161,122,189). Sum of RGB (Red+Green+Blue) = 161+122+189=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A17ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ABD is #5E8542. Grayscale: #8D8D8D. Windows color (decimal): -6194499 or 12417697. OLE color: 12417697.

HSL color Cylindrical-coordinate representation of color #A17ABD: hue angle of 274.93º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17ABD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161122189-
CMYK0.150.3500.26
HSL274.93º33.67%60.98%-
HSV(B)274.93º35.45%74.12%-
XYZ30.8425.1751.38-
YUV141.3154.92142.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=34.11%
G=25.85%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611221890.150.3500.26274.9333.6760.98
HexA17ABDF2301A113223d
Octal24117227517430324234275
Binary101000011111010101111011111100011011010100010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17ABD; }

 p { color: rgb(161,122,189); }

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

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

 a { background-color: rgb(161,122,189); }

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

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

 span { border-color: rgb(161,122,189); }

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