#A17BC1

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

Shades of Purple Mountain's Majesty #A17BC1

Tints of Purple Mountain's Majesty #A17BC1

Color information

#A17BC1 (or 0xA17BC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7B and C1. RGB value is (161,123,193). Sum of RGB (Red+Green+Blue) = 161+123+193=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #A17BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BC1 is #5E843E. Grayscale: #8E8E8E. Windows color (decimal): -6194239 or 12680097. OLE color: 12680097.

HSL color Cylindrical-coordinate representation of color #A17BC1: hue angle of 272.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A17BC1 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161123193-
CMYK0.170.3600.24
HSL272.57º36.08%61.96%-
HSV(B)272.57º36.27%75.69%-
XYZ31.4125.5953.74-
YUV142.34156.59141.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=33.75%
G=25.79%
B=40.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611231930.170.3600.24272.5736.0861.96
HexA17BC11124018111243e
Octal24117330121440304214476
Binary1010000111110111100000110001100100011000100010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BC1; }

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

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

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

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

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

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

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

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