#A17CB2

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

Shades of Purple Mountain's Majesty #A17CB2

Tints of Purple Mountain's Majesty #A17CB2

Color information

#A17CB2 (or 0xA17CB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7C and B2. RGB value is (161,124,178). Sum of RGB (Red+Green+Blue) = 161+124+178=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 178 - color contains mainly: blue. Hex color #A17CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17CB2 is #5E834D. Grayscale: #8D8D8D. Windows color (decimal): -6193998 or 11697313. OLE color: 11697313.

HSL color Cylindrical-coordinate representation of color #A17CB2: hue angle of 281.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17CB2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161124178-
CMYK0.100.3000.30
HSL281.11º25.96%59.22%-
HSV(B)281.11º30.34%69.8%-
XYZ29.9425.2145.41-
YUV141.22148.76142.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=34.77%
G=26.78%
B=38.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611241780.100.3000.30281.1125.9659.22
HexA17CB2A1E01E1191a3b
Octal24117426212360364313273
Binary1010000111111001011001010101111001111010001100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CB2; }

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

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

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

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

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

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

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

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