#A17BB3

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

Shades of Purple Mountain's Majesty #A17BB3

Tints of Purple Mountain's Majesty #A17BB3

Color information

#A17BB3 (or 0xA17BB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7B and B3. RGB value is (161,123,179). Sum of RGB (Red+Green+Blue) = 161+123+179=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #A17BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BB3 is #5E844C. Grayscale: #8C8C8C. Windows color (decimal): -6194253 or 11762593. OLE color: 11762593.

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

Color convert

RGB161123179-
CMYK0.100.3100.30
HSL280.71º26.92%59.22%-
HSV(B)280.71º31.28%70.2%-
XYZ29.922545.9-
YUV140.75149.59142.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=34.77%
G=26.57%
B=38.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611231790.100.3100.30280.7126.9259.22
HexA17BB3A1F01E1191b3b
Octal24117326312370364313373
Binary1010000111110111011001110101111101111010001100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BB3; }

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

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

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

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

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

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

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

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