Html Css Color HEX #A27BC0 Purple Mountain's Majesty

📋 copy color: '#A27BC0'

red 162 ◦ green 123 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A27BC0

Tints of Purple Mountain's Majesty #A27BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.79%

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

R = 33.96%
G = 25.79%
B = 40.25%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A27BC0 (or 0xA27BC0) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and C0. RGB value is (162,123,192). Sum of RGB (Red+Green+Blue) = 162+123+192=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #A27BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BC0 is #5D843F. Grayscale: #8E8E8E. Windows color (decimal): -6128704 or 12614562. OLE color: 12614562.

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

Color convert

RGB 162 123 192 -
CMYK 0.16 0.36 0 0.25
HSL 273.91º 0.35% 0.62% -
HSV(B) 273.91º 0.36% 0.75% -
XYZ 31.5 25.65 53.16 -
YUV 142.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 162 123 192 0.16 0.36 0 0.25 273.91 0.35 0.62
Hex A2 7B C0 10 24 0 19 112 23 3E
Octal 242 173 300 20 44 0 31 422 43 76
Binary 10100010 1111011 11000000 10000 100100 0 11001 100010010 100011 111110

Color Harmonies of #A27BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BC0

Black with #A27BC0

Text Example


Text Example

White with #A27BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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