#A081BA

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

Shades of Purple Mountain's Majesty #A081BA

Tints of Purple Mountain's Majesty #A081BA

Color information

#A081BA (or 0xA081BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 81 and BA. RGB value is (160,129,186). Sum of RGB (Red+Green+Blue) = 160+129+186=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #A081BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081BA is #5F7E45. Grayscale: #909090. Windows color (decimal): -6258246 or 12222880. OLE color: 12222880.

HSL color Cylindrical-coordinate representation of color #A081BA: hue angle of 272.63º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A081BA is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160129186-
CMYK0.140.3100.27
HSL272.63º29.23%61.76%-
HSV(B)272.63º30.65%72.94%-
XYZ31.2126.7249.97-
YUV144.77151.27138.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=33.68%
G=27.16%
B=39.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601291860.140.3100.27272.6329.2361.76
HexA081BAE1F01B1111d3e
Octal24020127216370334213576
Binary10100000100000011011101011101111101101110001000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081BA; }

 p { color: rgb(160,129,186); }

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

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

 a { background-color: rgb(160,129,186); }

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

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

 span { border-color: rgb(160,129,186); }

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