Html Css Color HEX #A27CBB Purple Mountain's Majesty

📋 copy color: '#A27CBB'

red 162 ◦ green 124 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A27CBB

Tints of Purple Mountain's Majesty #A27CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 34.25%
G = 26.22%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A27CBB (or 0xA27CBB) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7C and BB. RGB value is (162,124,187). Sum of RGB (Red+Green+Blue) = 162+124+187=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #A27CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CBB is #5D8344. Grayscale: #8E8E8E. Windows color (decimal): -6128453 or 12287138. OLE color: 12287138.

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

Color convert

RGB 162 124 187 -
CMYK 0.13 0.34 0 0.27
HSL 276.19º 0.32% 0.61% -
HSV(B) 276.19º 0.34% 0.73% -
XYZ 31.08 25.68 50.33 -
YUV 142.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 162 124 187 0.13 0.34 0 0.27 276.19 0.32 0.61
Hex A2 7C BB D 22 0 1B 114 20 3D
Octal 242 174 273 15 42 0 33 424 40 75
Binary 10100010 1111100 10111011 1101 100010 0 11011 100010100 100000 111101

Color Harmonies of #A27CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CBB

Black with #A27CBB

Text Example


Text Example

White with #A27CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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