#A17CBB

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

Shades of Purple Mountain's Majesty #A17CBB

Tints of Purple Mountain's Majesty #A17CBB

Color information

#A17CBB (or 0xA17CBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7C and BB. RGB value is (161,124,187). Sum of RGB (Red+Green+Blue) = 161+124+187=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #A17CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CBB is #5E8344. Grayscale: #8E8E8E. Windows color (decimal): -6193989 or 12287137. OLE color: 12287137.

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

Color convert

RGB161124187-
CMYK0.140.3400.27
HSL275.24º31.66%60.98%-
HSV(B)275.24º33.69%73.33%-
XYZ30.8825.5850.32-
YUV142.24153.26141.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=34.11%
G=26.27%
B=39.62%

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
Decimal1611241870.140.3400.27275.2431.6660.98
HexA17CBBE2201B113203d
Octal24117427316420334234075
Binary101000011111100101110111110100010011011100010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CBB; }

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

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

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

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

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

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

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

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