Html Css Color HEX #A27EC1 Purple Mountain's Majesty

📋 copy color: '#A27EC1'

red 162 ◦ green 126 ◦ blue 193

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

Shades of Purple Mountain's Majesty #A27EC1

Tints of Purple Mountain's Majesty #A27EC1

RGB

 RED value IS 162 (63.67% from 255) = 33.68%

 GREEN value IS 126 (49.61% from 255) = 26.2%

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 33.68%
G = 26.2%
B = 40.12%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A27EC1 (or 0xA27EC1) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7E and C1. RGB value is (162,126,193). Sum of RGB (Red+Green+Blue) = 162+126+193=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #A27EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EC1 is #5D813E. Grayscale: #909090. Windows color (decimal): -6127935 or 12680866. OLE color: 12680866.

HSL color Cylindrical-coordinate representation of color #A27EC1: hue angle of 272.24º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27EC1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 126 193 -
CMYK 0.16 0.35 0 0.24
HSL 272.24º 0.35% 0.63% -
HSV(B) 272.24º 0.35% 0.76% -
XYZ 31.99 26.45 53.87 -
YUV 144.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 162 126 193 0.16 0.35 0 0.24 272.24 0.35 0.63
Hex A2 7E C1 10 23 0 18 110 23 3F
Octal 242 176 301 20 43 0 30 420 43 77
Binary 10100010 1111110 11000001 10000 100011 0 11000 100010000 100011 111111

Color Harmonies of #A27EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EC1

Black with #A27EC1

Text Example


Text Example

White with #A27EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EC1; }

 p { color: rgb(162,126,193); }

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

background-color css

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

 a { background-color: rgb(162,126,193); }

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

border-color css

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

 span { border-color: rgb(162,126,193); }

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