#A080BF

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

Shades of Purple Mountain's Majesty #A080BF

Tints of Purple Mountain's Majesty #A080BF

Color information

#A080BF (or 0xA080BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 80 and BF. RGB value is (160,128,191). Sum of RGB (Red+Green+Blue) = 160+128+191=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #A080BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BF is #5F7F40. Grayscale: #909090. Windows color (decimal): -6258497 or 12550304. OLE color: 12550304.

HSL color Cylindrical-coordinate representation of color #A080BF: hue angle of 270.48º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A080BF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160128191-
CMYK0.160.3300.25
HSL270.48º32.98%62.55%-
HSV(B)270.48º32.98%74.9%-
XYZ31.6226.6752.77-
YUV144.75154.1138.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 191 (75% from 255) = 39.87%
R=33.40%
G=26.72%
B=39.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601281910.160.3300.25270.4832.9862.55
HexA080BF102101910e213f
Octal24020027720410314164177
Binary10100000100000001011111110000100001011001100001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080BF; }

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

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

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

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

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

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

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

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