#A17BB6

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

Shades of Purple Mountain's Majesty #A17BB6

Tints of Purple Mountain's Majesty #A17BB6

Color information

#A17BB6 (or 0xA17BB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7B and B6. RGB value is (161,123,182). Sum of RGB (Red+Green+Blue) = 161+123+182=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #A17BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BB6 is #5E8449. Grayscale: #8C8C8C. Windows color (decimal): -6194250 or 11959201. OLE color: 11959201.

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

Color convert

RGB161123182-
CMYK0.120.3200.29
HSL278.64º28.78%59.8%-
HSV(B)278.64º32.42%71.37%-
XYZ30.2225.1247.51-
YUV141.09151.09142.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=34.55%
G=26.39%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611231820.120.3200.29278.6428.7859.8
HexA17BB6C2001D1171d3c
Octal24117326614400354273574
Binary10100001111101110110110110010000001110110001011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BB6; }

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

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

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

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

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

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

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

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