Html Css Color HEX #A17DBF Purple Mountain's Majesty

📋 copy color: '#A17DBF'

red 161 ◦ green 125 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A17DBF

Tints of Purple Mountain's Majesty #A17DBF

RGB

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

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

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

R = 33.75%
G = 26.21%
B = 40.04%

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

#A17DBF (or 0xA17DBF) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7D and BF. RGB value is (161,125,191). Sum of RGB (Red+Green+Blue) = 161+125+191=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #A17DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DBF is #5E8240. Grayscale: #8F8F8F. Windows color (decimal): -6193729 or 12549537. OLE color: 12549537.

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

Color convert

RGB 161 125 191 -
CMYK 0.16 0.35 0 0.25
HSL 272.73º 0.34% 0.62% -
HSV(B) 272.73º 0.35% 0.75% -
XYZ 31.44 26.01 52.65 -
YUV 143.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 161 125 191 0.16 0.35 0 0.25 272.73 0.34 0.62
Hex A1 7D BF 10 23 0 19 111 22 3E
Octal 241 175 277 20 43 0 31 421 42 76
Binary 10100001 1111101 10111111 10000 100011 0 11001 100010001 100010 111110

Color Harmonies of #A17DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DBF

Black with #A17DBF

Text Example


Text Example

White with #A17DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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