Html Css Color HEX #A17DBB Purple Mountain's Majesty

📋 copy color: '#A17DBB'

red 161 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A17DBB

Tints of Purple Mountain's Majesty #A17DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 34.04%
G = 26.43%
B = 39.53%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A17DBB (or 0xA17DBB) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7D and BB. RGB value is (161,125,187). Sum of RGB (Red+Green+Blue) = 161+125+187=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #A17DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DBB is #5E8244. Grayscale: #8E8E8E. Windows color (decimal): -6193733 or 12287393. OLE color: 12287393.

HSL color Cylindrical-coordinate representation of color #A17DBB: hue angle of 274.84º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17DBB is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 125 187 -
CMYK 0.14 0.33 0 0.27
HSL 274.84º 0.31% 0.61% -
HSV(B) 274.84º 0.33% 0.73% -
XYZ 31 25.83 50.37 -
YUV 142.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 161 125 187 0.14 0.33 0 0.27 274.84 0.31 0.61
Hex A1 7D BB E 21 0 1B 113 1F 3D
Octal 241 175 273 16 41 0 33 423 37 75
Binary 10100001 1111101 10111011 1110 100001 0 11011 100010011 11111 111101

Color Harmonies of #A17DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DBB

Black with #A17DBB

Text Example


Text Example

White with #A17DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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