#A17BBC

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

Shades of Purple Mountain's Majesty #A17BBC

Tints of Purple Mountain's Majesty #A17BBC

Color information

#A17BBC (or 0xA17BBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7B and BC. RGB value is (161,123,188). Sum of RGB (Red+Green+Blue) = 161+123+188=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #A17BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BBC is #5E8443. Grayscale: #8D8D8D. Windows color (decimal): -6194244 or 12352417. OLE color: 12352417.

HSL color Cylindrical-coordinate representation of color #A17BBC: hue angle of 275.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17BBC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161123188-
CMYK0.140.3500.26
HSL275.08º32.66%60.98%-
HSV(B)275.08º34.57%73.73%-
XYZ30.8625.3750.85-
YUV141.77154.09141.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=34.11%
G=26.06%
B=39.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611231880.140.3500.26275.0832.6660.98
HexA17BBCE2301A113213d
Octal24117327416430324234175
Binary101000011111011101111001110100011011010100010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BBC; }

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

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

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

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

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

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

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

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