#A180BD

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

Shades of Purple Mountain's Majesty #A180BD

Tints of Purple Mountain's Majesty #A180BD

Color information

#A180BD (or 0xA180BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 80 and BD. RGB value is (161,128,189). Sum of RGB (Red+Green+Blue) = 161+128+189=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A180BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180BD is #5E7F42. Grayscale: #909090. Windows color (decimal): -6192963 or 12419233. OLE color: 12419233.

HSL color Cylindrical-coordinate representation of color #A180BD: hue angle of 272.46º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A180BD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161128189-
CMYK0.150.3200.26
HSL272.46º31.61%62.16%-
HSV(B)272.46º32.28%74.12%-
XYZ31.626.6951.63-
YUV144.82152.93139.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=33.68%
G=26.78%
B=39.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611281890.150.3200.26272.4631.6162.16
HexA180BDF2001A110203e
Octal24120027517400324204076
Binary1010000110000000101111011111100000011010100010000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180BD; }

 p { color: rgb(161,128,189); }

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

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

 a { background-color: rgb(161,128,189); }

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

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

 span { border-color: rgb(161,128,189); }

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