#A17BBB

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

Shades of Purple Mountain's Majesty #A17BBB

Tints of Purple Mountain's Majesty #A17BBB

Color information

#A17BBB (or 0xA17BBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7B and BB. RGB value is (161,123,187). Sum of RGB (Red+Green+Blue) = 161+123+187=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A17BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BBB is #5E8444. Grayscale: #8D8D8D. Windows color (decimal): -6194245 or 12286881. OLE color: 12286881.

HSL color Cylindrical-coordinate representation of color #A17BBB: hue angle of 275.62º degrees, saturation: 0.32, 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 #A17BBB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161123187-
CMYK0.140.3400.27
HSL275.62º32%60.78%-
HSV(B)275.62º34.22%73.33%-
XYZ30.7525.3350.28-
YUV141.66153.59141.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=34.18%
G=26.11%
B=39.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611231870.140.3400.27275.623260.78
HexA17BBBE2201B114203d
Octal24117327316420334244075
Binary101000011111011101110111110100010011011100010100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BBB; }

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

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

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

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

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

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

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

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