Html Css Color HEX #A181BE Purple Mountain's Majesty

📋 copy color: '#A181BE'

red 161 ◦ green 129 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A181BE

Tints of Purple Mountain's Majesty #A181BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.88%

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

R = 33.54%
G = 26.88%
B = 39.58%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A181BE (or 0xA181BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 81 and BE. RGB value is (161,129,190). Sum of RGB (Red+Green+Blue) = 161+129+190=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #A181BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181BE is #5E7E41. Grayscale: #919191. Windows color (decimal): -6192706 or 12485025. OLE color: 12485025.

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

Color convert

RGB 161 129 190 -
CMYK 0.15 0.32 0 0.25
HSL 271.48º 0.32% 0.63% -
HSV(B) 271.48º 0.32% 0.75% -
XYZ 31.84 27 52.25 -
YUV 145.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 161 129 190 0.15 0.32 0 0.25 271.48 0.32 0.63
Hex A1 81 BE F 20 0 19 10F 20 3F
Octal 241 201 276 17 40 0 31 417 40 77
Binary 10100001 10000001 10111110 1111 100000 0 11001 100001111 100000 111111

Color Harmonies of #A181BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181BE

Black with #A181BE

Text Example


Text Example

White with #A181BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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