Html Css Color HEX #A080BC Purple Mountain's Majesty

📋 copy color: '#A080BC'

red 160 ◦ green 128 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A080BC

Tints of Purple Mountain's Majesty #A080BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 33.61%
G = 26.89%
B = 39.5%

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

#A080BC (or 0xA080BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 80 and BC. RGB value is (160,128,188). Sum of RGB (Red+Green+Blue) = 160+128+188=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #A080BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BC is #5F7F43. Grayscale: #909090. Windows color (decimal): -6258500 or 12353696. OLE color: 12353696.

HSL color Cylindrical-coordinate representation of color #A080BC: hue angle of 272º degrees, saturation: 0.31, 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 #A080BC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 128 188 -
CMYK 0.15 0.32 0 0.26
HSL 272º 0.31% 0.62% -
HSV(B) 272º 0.32% 0.74% -
XYZ 31.29 26.54 51.05 -
YUV 144.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 160 128 188 0.15 0.32 0 0.26 272 0.31 0.62
Hex A0 80 BC F 20 0 1A 110 1F 3E
Octal 240 200 274 17 40 0 32 420 37 76
Binary 10100000 10000000 10111100 1111 100000 0 11010 100010000 11111 111110

Color Harmonies of #A080BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080BC

Black with #A080BC

Text Example


Text Example

White with #A080BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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