Html Css Color HEX #A27BB5 Purple Mountain's Majesty

📋 copy color: '#A27BB5'

red 162 ◦ green 123 ◦ blue 181

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

Shades of Purple Mountain's Majesty #A27BB5

Tints of Purple Mountain's Majesty #A27BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 34.76%
G = 26.39%
B = 38.84%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A27BB5 (or 0xA27BB5) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and B5. RGB value is (162,123,181). Sum of RGB (Red+Green+Blue) = 162+123+181=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #A27BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BB5 is #5D844A. Grayscale: #8D8D8D. Windows color (decimal): -6128715 or 11893666. OLE color: 11893666.

HSL color Cylindrical-coordinate representation of color #A27BB5: hue angle of 280.34º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A27BB5 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 123 181 -
CMYK 0.10 0.32 0 0.29
HSL 280.34º 0.28% 0.6% -
HSV(B) 280.34º 0.32% 0.71% -
XYZ 30.32 25.18 46.98 -
YUV 141.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 162 123 181 0.10 0.32 0 0.29 280.34 0.28 0.6
Hex A2 7B B5 A 20 0 1D 118 1C 3C
Octal 242 173 265 12 40 0 35 430 34 74
Binary 10100010 1111011 10110101 1010 100000 0 11101 100011000 11100 111100

Color Harmonies of #A27BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BB5

Black with #A27BB5

Text Example


Text Example

White with #A27BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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