Html Css Color HEX #A27CBA Purple Mountain's Majesty

📋 copy color: '#A27CBA'

red 162 ◦ green 124 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A27CBA

Tints of Purple Mountain's Majesty #A27CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 34.32%
G = 26.27%
B = 39.41%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A27CBA (or 0xA27CBA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7C and BA. RGB value is (162,124,186). Sum of RGB (Red+Green+Blue) = 162+124+186=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A27CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CBA is #5D8345. Grayscale: #8E8E8E. Windows color (decimal): -6128454 or 12221602. OLE color: 12221602.

HSL color Cylindrical-coordinate representation of color #A27CBA: hue angle of 276.77º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A27CBA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 124 186 -
CMYK 0.13 0.33 0 0.27
HSL 276.77º 0.31% 0.61% -
HSV(B) 276.77º 0.33% 0.73% -
XYZ 30.97 25.64 49.77 -
YUV 142.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 162 124 186 0.13 0.33 0 0.27 276.77 0.31 0.61
Hex A2 7C BA D 21 0 1B 115 1F 3D
Octal 242 174 272 15 41 0 33 425 37 75
Binary 10100010 1111100 10111010 1101 100001 0 11011 100010101 11111 111101

Color Harmonies of #A27CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CBA

Black with #A27CBA

Text Example


Text Example

White with #A27CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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