Html Css Color HEX #A080BA Purple Mountain's Majesty

📋 copy color: '#A080BA'

red 160 ◦ green 128 ◦ blue 186

#A080BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A080BA

Tints of Purple Mountain's Majesty #A080BA

RGB

 RED value IS 160 (62.89% from 255) = 33.76%

 GREEN value IS 128 (50.39% from 255) = 27%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 33.76%
G = 27%
B = 39.24%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A080BA (or 0xA080BA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 80 and BA. RGB value is (160,128,186). Sum of RGB (Red+Green+Blue) = 160+128+186=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A080BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BA is #5F7F45. Grayscale: #8F8F8F. Windows color (decimal): -6258502 or 12222624. OLE color: 12222624.

HSL color Cylindrical-coordinate representation of color #A080BA: hue angle of 273.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A080BA is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 128 186 -
CMYK 0.14 0.31 0 0.27
HSL 273.1º 0.3% 0.62% -
HSV(B) 273.1º 0.31% 0.73% -
XYZ 31.08 26.46 49.92 -
YUV 144.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 160 128 186 0.14 0.31 0 0.27 273.1 0.3 0.62
Hex A0 80 BA E 1F 0 1B 111 1E 3E
Octal 240 200 272 16 37 0 33 421 36 76
Binary 10100000 10000000 10111010 1110 11111 0 11011 100010001 11110 111110

Color Harmonies of #A080BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080BA

Black with #A080BA

Text Example


Text Example

White with #A080BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080BA; }

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

 H1.HeaderClassName
 {
   color: #A080BA;
 }
 .AnyTagClassName
 {
   color: #A080BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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