Html Css Color HEX #A180BC Purple Mountain's Majesty

📋 copy color: '#A180BC'

red 161 ◦ green 128 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A180BC

Tints of Purple Mountain's Majesty #A180BC

RGB

 RED value IS 161 (63.28% from 255) = 33.75%

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

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

R = 33.75%
G = 26.83%
B = 39.41%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A180BC (or 0xA180BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 80 and BC. RGB value is (161,128,188). Sum of RGB (Red+Green+Blue) = 161+128+188=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #A180BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180BC is #5E7F43. Grayscale: #909090. Windows color (decimal): -6192964 or 12353697. OLE color: 12353697.

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

Color convert

RGB 161 128 188 -
CMYK 0.14 0.32 0 0.26
HSL 273º 0.31% 0.62% -
HSV(B) 273º 0.32% 0.74% -
XYZ 31.49 26.65 51.06 -
YUV 144.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 161 128 188 0.14 0.32 0 0.26 273 0.31 0.62
Hex A1 80 BC E 20 0 1A 111 1F 3E
Octal 241 200 274 16 40 0 32 421 37 76
Binary 10100001 10000000 10111100 1110 100000 0 11010 100010001 11111 111110

Color Harmonies of #A180BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180BC

Black with #A180BC

Text Example


Text Example

White with #A180BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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