#A17BBA

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

Shades of Purple Mountain's Majesty #A17BBA

Tints of Purple Mountain's Majesty #A17BBA

Color information

#A17BBA (or 0xA17BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7B and BA. RGB value is (161,123,186). Sum of RGB (Red+Green+Blue) = 161+123+186=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A17BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BBA is #5E8445. Grayscale: #8D8D8D. Windows color (decimal): -6194246 or 12221345. OLE color: 12221345.

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

Color convert

RGB161123186-
CMYK0.130.3400.27
HSL276.19º31.34%60.59%-
HSV(B)276.19º33.87%72.94%-
XYZ30.6425.2949.72-
YUV141.54153.09141.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=34.26%
G=26.17%
B=39.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611231860.130.3400.27276.1931.3460.59
HexA17BBAD2201B1141f3d
Octal24117327215420334243775
Binary10100001111101110111010110110001001101110001010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BBA; }

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

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

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

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

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

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

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

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