Html Css Color HEX #A27BBE Purple Mountain's Majesty

📋 copy color: '#A27BBE'

red 162 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A27BBE

Tints of Purple Mountain's Majesty #A27BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 34.11%
G = 25.89%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A27BBE (or 0xA27BBE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and BE. RGB value is (162,123,190). Sum of RGB (Red+Green+Blue) = 162+123+190=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBE is #5D8441. Grayscale: #8E8E8E. Windows color (decimal): -6128706 or 12483490. OLE color: 12483490.

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

Color convert

RGB 162 123 190 -
CMYK 0.15 0.35 0 0.25
HSL 274.93º 0.34% 0.61% -
HSV(B) 274.93º 0.35% 0.75% -
XYZ 31.28 25.57 52 -
YUV 142.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 162 123 190 0.15 0.35 0 0.25 274.93 0.34 0.61
Hex A2 7B BE F 23 0 19 113 22 3D
Octal 242 173 276 17 43 0 31 423 42 75
Binary 10100010 1111011 10111110 1111 100011 0 11001 100010011 100010 111101

Color Harmonies of #A27BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BBE

Black with #A27BBE

Text Example


Text Example

White with #A27BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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