#A17FBA

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

Shades of Purple Mountain's Majesty #A17FBA

Tints of Purple Mountain's Majesty #A17FBA

Color information

#A17FBA (or 0xA17FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7F and BA. RGB value is (161,127,186). Sum of RGB (Red+Green+Blue) = 161+127+186=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A17FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FBA is #5E8045. Grayscale: #8F8F8F. Windows color (decimal): -6193222 or 12222369. OLE color: 12222369.

HSL color Cylindrical-coordinate representation of color #A17FBA: hue angle of 274.58º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17FBA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161127186-
CMYK0.130.3200.27
HSL274.58º29.95%61.37%-
HSV(B)274.58º31.72%72.94%-
XYZ31.1526.349.89-
YUV143.89151.76140.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=33.97%
G=26.79%
B=39.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611271860.130.3200.27274.5829.9561.37
HexA17FBAD2001B1131e3d
Octal24117727215400334233675
Binary10100001111111110111010110110000001101110001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FBA; }

 p { color: rgb(161,127,186); }

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

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

 a { background-color: rgb(161,127,186); }

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

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

 span { border-color: rgb(161,127,186); }

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