Html Css Color HEX #A27DBF Purple Mountain's Majesty

📋 copy color: '#A27DBF'

red 162 ◦ green 125 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A27DBF

Tints of Purple Mountain's Majesty #A27DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 33.89%
G = 26.15%
B = 39.96%

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

#A27DBF (or 0xA27DBF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7D and BF. RGB value is (162,125,191). Sum of RGB (Red+Green+Blue) = 162+125+191=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #A27DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DBF is #5D8240. Grayscale: #8F8F8F. Windows color (decimal): -6128193 or 12549538. OLE color: 12549538.

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

Color convert

RGB 162 125 191 -
CMYK 0.15 0.35 0 0.25
HSL 273.64º 0.34% 0.62% -
HSV(B) 273.64º 0.35% 0.75% -
XYZ 31.64 26.11 52.66 -
YUV 143.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 162 125 191 0.15 0.35 0 0.25 273.64 0.34 0.62
Hex A2 7D BF F 23 0 19 112 22 3E
Octal 242 175 277 17 43 0 31 422 42 76
Binary 10100010 1111101 10111111 1111 100011 0 11001 100010010 100010 111110

Color Harmonies of #A27DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DBF

Black with #A27DBF

Text Example


Text Example

White with #A27DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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