Html Css Color HEX #A080BF Purple Mountain's Majesty

📋 copy color: '#A080BF'

red 160 ◦ green 128 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A080BF

Tints of Purple Mountain's Majesty #A080BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.87%

R = 33.4%
G = 26.72%
B = 39.87%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 160 128 191 -
CMYK 0.16 0.33 0 0.25
HSL 270.48º 0.33% 0.63% -
HSV(B) 270.48º 0.33% 0.75% -
XYZ 31.62 26.67 52.77 -
YUV 144.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 160 128 191 0.16 0.33 0 0.25 270.48 0.33 0.63
Hex A0 80 BF 10 21 0 19 10E 21 3F
Octal 240 200 277 20 41 0 31 416 41 77
Binary 10100000 10000000 10111111 10000 100001 0 11001 100001110 100001 111111

Color Harmonies of #A080BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080BF

Black with #A080BF

Text Example


Text Example

White with #A080BF

Text Example


Text Example

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