Html Css Color HEX #A17EBD Purple Mountain's Majesty

📋 copy color: '#A17EBD'

red 161 ◦ green 126 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A17EBD

Tints of Purple Mountain's Majesty #A17EBD

RGB

 RED value IS 161 (63.28% from 255) = 33.82%

 GREEN value IS 126 (49.61% from 255) = 26.47%

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 33.82%
G = 26.47%
B = 39.71%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A17EBD (or 0xA17EBD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7E and BD. RGB value is (161,126,189). Sum of RGB (Red+Green+Blue) = 161+126+189=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #A17EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EBD is #5E8142. Grayscale: #8F8F8F. Windows color (decimal): -6193475 or 12418721. OLE color: 12418721.

HSL color Cylindrical-coordinate representation of color #A17EBD: hue angle of 273.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17EBD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 126 189 -
CMYK 0.15 0.33 0 0.26
HSL 273.33º 0.32% 0.62% -
HSV(B) 273.33º 0.33% 0.74% -
XYZ 31.34 26.17 51.54 -
YUV 143.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 161 126 189 0.15 0.33 0 0.26 273.33 0.32 0.62
Hex A1 7E BD F 21 0 1A 111 20 3E
Octal 241 176 275 17 41 0 32 421 40 76
Binary 10100001 1111110 10111101 1111 100001 0 11010 100010001 100000 111110

Color Harmonies of #A17EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EBD

Black with #A17EBD

Text Example


Text Example

White with #A17EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EBD; }

 p { color: rgb(161,126,189); }

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

background-color css

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

 a { background-color: rgb(161,126,189); }

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

border-color css

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

 span { border-color: rgb(161,126,189); }

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