Html Css Color HEX #A27EBF Purple Mountain's Majesty

📋 copy color: '#A27EBF'

red 162 ◦ green 126 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A27EBF

Tints of Purple Mountain's Majesty #A27EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.87%

R = 33.82%
G = 26.3%
B = 39.87%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A27EBF (or 0xA27EBF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7E and BF. RGB value is (162,126,191). Sum of RGB (Red+Green+Blue) = 162+126+191=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #A27EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EBF is #5D8140. Grayscale: #8F8F8F. Windows color (decimal): -6127937 or 12549794. OLE color: 12549794.

HSL color Cylindrical-coordinate representation of color #A27EBF: hue angle of 273.23º 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 #A27EBF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 126 191 -
CMYK 0.15 0.34 0 0.25
HSL 273.23º 0.34% 0.62% -
HSV(B) 273.23º 0.34% 0.75% -
XYZ 31.77 26.36 52.7 -
YUV 144.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 162 126 191 0.15 0.34 0 0.25 273.23 0.34 0.62
Hex A2 7E BF F 22 0 19 111 22 3E
Octal 242 176 277 17 42 0 31 421 42 76
Binary 10100010 1111110 10111111 1111 100010 0 11001 100010001 100010 111110

Color Harmonies of #A27EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EBF

Black with #A27EBF

Text Example


Text Example

White with #A27EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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