Html Css Color HEX #A27EC0 Purple Mountain's Majesty

📋 copy color: '#A27EC0'

red 162 ◦ green 126 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A27EC0

Tints of Purple Mountain's Majesty #A27EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 33.75%
G = 26.25%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A27EC0 (or 0xA27EC0) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7E and C0. RGB value is (162,126,192). Sum of RGB (Red+Green+Blue) = 162+126+192=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #A27EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EC0 is #5D813F. Grayscale: #909090. Windows color (decimal): -6127936 or 12615330. OLE color: 12615330.

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

Color convert

RGB 162 126 192 -
CMYK 0.16 0.34 0 0.25
HSL 272.73º 0.34% 0.62% -
HSV(B) 272.73º 0.34% 0.75% -
XYZ 31.88 26.41 53.29 -
YUV 144.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 162 126 192 0.16 0.34 0 0.25 272.73 0.34 0.62
Hex A2 7E C0 10 22 0 19 111 22 3E
Octal 242 176 300 20 42 0 31 421 42 76
Binary 10100010 1111110 11000000 10000 100010 0 11001 100010001 100010 111110

Color Harmonies of #A27EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EC0

Black with #A27EC0

Text Example


Text Example

White with #A27EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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