Html Css Color HEX #A080BD Purple Mountain's Majesty

📋 copy color: '#A080BD'

red 160 ◦ green 128 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A080BD

Tints of Purple Mountain's Majesty #A080BD

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 value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A080BD (or 0xA080BD) is known color: 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

RGB 160 128 189 -
CMYK 0.15 0.32 0 0.26
HSL 271.48º 0.32% 0.62% -
HSV(B) 271.48º 0.32% 0.74% -
XYZ 31.4 26.59 51.62 -
YUV 144.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 160 128 189 0.15 0.32 0 0.26 271.48 0.32 0.62
Hex A0 80 BD F 20 0 1A 10F 20 3E
Octal 240 200 275 17 40 0 32 417 40 76
Binary 10100000 10000000 10111101 1111 100000 0 11010 100001111 100000 111110

Color Harmonies of #A080BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080BD

Black with #A080BD

Text Example


Text Example

White with #A080BD

Text Example


Text Example

HTML Codes & Css Web 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>