#A081B7

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

Shades of Purple Mountain's Majesty #A081B7

Tints of Purple Mountain's Majesty #A081B7

Color information

#A081B7 (or 0xA081B7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 81 and B7. RGB value is (160,129,183). Sum of RGB (Red+Green+Blue) = 160+129+183=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #A081B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081B7 is #5F7E48. Grayscale: #909090. Windows color (decimal): -6258249 or 12026272. OLE color: 12026272.

HSL color Cylindrical-coordinate representation of color #A081B7: hue angle of 274.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A081B7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160129183-
CMYK0.130.3000.28
HSL274.44º27.27%61.18%-
HSV(B)274.44º29.51%71.76%-
XYZ30.8926.5948.3-
YUV144.42149.77139.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 183 (71.88% from 255) = 38.77%
R=33.90%
G=27.33%
B=38.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601291830.130.3000.28274.4427.2761.18
HexA081B7D1E01C1121b3d
Octal24020126715360344223375
Binary10100000100000011011011111011111001110010001001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081B7; }

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

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

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

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

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

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

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

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