Html Css Color HEX #A180BE Purple Mountain's Majesty

📋 copy color: '#A180BE'

red 161 ◦ green 128 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A180BE

Tints of Purple Mountain's Majesty #A180BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 33.61%
G = 26.72%
B = 39.67%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A180BE (or 0xA180BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 80 and BE. RGB value is (161,128,190). Sum of RGB (Red+Green+Blue) = 161+128+190=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #A180BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180BE is #5E7F41. Grayscale: #909090. Windows color (decimal): -6192962 or 12484769. OLE color: 12484769.

HSL color Cylindrical-coordinate representation of color #A180BE: hue angle of 271.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A180BE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 128 190 -
CMYK 0.15 0.33 0 0.25
HSL 271.94º 0.32% 0.62% -
HSV(B) 271.94º 0.33% 0.75% -
XYZ 31.71 26.73 52.2 -
YUV 144.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 161 128 190 0.15 0.33 0 0.25 271.94 0.32 0.62
Hex A1 80 BE F 21 0 19 110 20 3E
Octal 241 200 276 17 41 0 31 420 40 76
Binary 10100001 10000000 10111110 1111 100001 0 11001 100010000 100000 111110

Color Harmonies of #A180BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180BE

Black with #A180BE

Text Example


Text Example

White with #A180BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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