#A080BD

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

Shades of Purple Mountain's Majesty #A080BD

Tints of Purple Mountain's Majesty #A080BD

Color information

#A080BD (or 0xA080BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 80 and BD. RGB value is (160,128,189). Sum of RGB (Red+Green+Blue) = 160+128+189=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #A080BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BD is #5F7F42. Grayscale: #909090. Windows color (decimal): -6258499 or 12419232. OLE color: 12419232.

HSL color Cylindrical-coordinate representation of color #A080BD: hue angle of 271.48º 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 #A080BD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160128189-
CMYK0.150.3200.26
HSL271.48º31.61%62.16%-
HSV(B)271.48º32.28%74.12%-
XYZ31.426.5951.62-
YUV144.52153.1139.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=33.54%
G=26.83%
B=39.62%

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
Decimal1601281890.150.3200.26271.4831.6162.16
HexA080BDF2001A10f203e
Octal24020027517400324174076
Binary1010000010000000101111011111100000011010100001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080BD; }

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

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

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

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

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

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

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

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