Html Css Color HEX #A27CBF Purple Mountain's Majesty

📋 copy color: '#A27CBF'

red 162 ◦ green 124 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A27CBF

Tints of Purple Mountain's Majesty #A27CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 33.96%
G = 26%
B = 40.04%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A27CBF (or 0xA27CBF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7C and BF. RGB value is (162,124,191). Sum of RGB (Red+Green+Blue) = 162+124+191=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #A27CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CBF is #5D8340. Grayscale: #8E8E8E. Windows color (decimal): -6128449 or 12549282. OLE color: 12549282.

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

Color convert

RGB 162 124 191 -
CMYK 0.15 0.35 0 0.25
HSL 274.03º 0.34% 0.62% -
HSV(B) 274.03º 0.35% 0.75% -
XYZ 31.51 25.86 52.62 -
YUV 143 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 162 124 191 0.15 0.35 0 0.25 274.03 0.34 0.62
Hex A2 7C BF F 23 0 19 112 22 3E
Octal 242 174 277 17 43 0 31 422 42 76
Binary 10100010 1111100 10111111 1111 100011 0 11001 100010010 100010 111110

Color Harmonies of #A27CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CBF

Black with #A27CBF

Text Example


Text Example

White with #A27CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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