Html Css Color HEX #A27DC0 Purple Mountain's Majesty

📋 copy color: '#A27DC0'

red 162 ◦ green 125 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A27DC0

Tints of Purple Mountain's Majesty #A27DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

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

R = 33.82%
G = 26.1%
B = 40.08%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A27DC0 (or 0xA27DC0) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7D and C0. RGB value is (162,125,192). Sum of RGB (Red+Green+Blue) = 162+125+192=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #A27DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DC0 is #5D823F. Grayscale: #8F8F8F. Windows color (decimal): -6128192 or 12615074. OLE color: 12615074.

HSL color Cylindrical-coordinate representation of color #A27DC0: hue angle of 273.13º degrees, saturation: 0.35, 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 #A27DC0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 125 192 -
CMYK 0.16 0.35 0 0.25
HSL 273.13º 0.35% 0.62% -
HSV(B) 273.13º 0.35% 0.75% -
XYZ 31.75 26.15 53.24 -
YUV 143.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 162 125 192 0.16 0.35 0 0.25 273.13 0.35 0.62
Hex A2 7D C0 10 23 0 19 111 23 3E
Octal 242 175 300 20 43 0 31 421 43 76
Binary 10100010 1111101 11000000 10000 100011 0 11001 100010001 100011 111110

Color Harmonies of #A27DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DC0

Black with #A27DC0

Text Example


Text Example

White with #A27DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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