#A081BC

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

Shades of Purple Mountain's Majesty #A081BC

Tints of Purple Mountain's Majesty #A081BC

Color information

#A081BC (or 0xA081BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 81 and BC. RGB value is (160,129,188). Sum of RGB (Red+Green+Blue) = 160+129+188=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #A081BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081BC is #5F7E43. Grayscale: #909090. Windows color (decimal): -6258244 or 12353952. OLE color: 12353952.

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

Color convert

RGB160129188-
CMYK0.150.3100.26
HSL271.53º30.57%62.16%-
HSV(B)271.53º31.38%73.73%-
XYZ31.4226.851.09-
YUV145152.27138.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=33.54%
G=27.04%
B=39.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601291880.150.3100.26271.5330.5762.16
HexA081BCF1F01A1101f3e
Octal24020127417370324203776
Binary10100000100000011011110011111111101101010001000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081BC; }

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

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

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

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

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

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

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

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