Html Css Color HEX #A080B3 Purple Mountain's Majesty

📋 copy color: '#A080B3'

red 160 ◦ green 128 ◦ blue 179

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

Shades of Purple Mountain's Majesty #A080B3

Tints of Purple Mountain's Majesty #A080B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 34.26%
G = 27.41%
B = 38.33%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A080B3 (or 0xA080B3) is known color: Purple Mountain's Majesty. HEX triplet: A0, 80 and B3. RGB value is (160,128,179). Sum of RGB (Red+Green+Blue) = 160+128+179=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #A080B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080B3 is #5F7F4C. Grayscale: #8F8F8F. Windows color (decimal): -6258509 or 11763872. OLE color: 11763872.

HSL color Cylindrical-coordinate representation of color #A080B3: hue angle of 277.65º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A080B3 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 128 179 -
CMYK 0.11 0.28 0 0.30
HSL 277.65º 0.25% 0.6% -
HSV(B) 277.65º 0.28% 0.7% -
XYZ 30.35 26.17 46.1 -
YUV 143.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 160 128 179 0.11 0.28 0 0.30 277.65 0.25 0.6
Hex A0 80 B3 B 1C 0 1E 116 19 3C
Octal 240 200 263 13 34 0 36 426 31 74
Binary 10100000 10000000 10110011 1011 11100 0 11110 100010110 11001 111100

Color Harmonies of #A080B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080B3

Black with #A080B3

Text Example


Text Example

White with #A080B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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