#A080BE

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

Shades of Purple Mountain's Majesty #A080BE

Tints of Purple Mountain's Majesty #A080BE

Color information

#A080BE (or 0xA080BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 80 and BE. RGB value is (160,128,190). Sum of RGB (Red+Green+Blue) = 160+128+190=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #A080BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BE is #5F7F41. Grayscale: #909090. Windows color (decimal): -6258498 or 12484768. OLE color: 12484768.

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

Color convert

RGB160128190-
CMYK0.160.3300.25
HSL270.97º32.29%62.35%-
HSV(B)270.97º32.63%74.51%-
XYZ31.5126.6352.19-
YUV144.64153.6138.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=33.47%
G=26.78%
B=39.75%

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
Decimal1601281900.160.3300.25270.9732.2962.35
HexA080BE102101910f203e
Octal24020027620410314174076
Binary10100000100000001011111010000100001011001100001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080BE; }

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

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

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

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

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

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

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

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