Html Css Color HEX #A17ABD Purple Mountain's Majesty

📋 copy color: '#A17ABD'

red 161 ◦ green 122 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A17ABD

Tints of Purple Mountain's Majesty #A17ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

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

R = 34.11%
G = 25.85%
B = 40.04%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A17ABD (or 0xA17ABD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7A and BD. RGB value is (161,122,189). Sum of RGB (Red+Green+Blue) = 161+122+189=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A17ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ABD is #5E8542. Grayscale: #8D8D8D. Windows color (decimal): -6194499 or 12417697. OLE color: 12417697.

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

Color convert

RGB 161 122 189 -
CMYK 0.15 0.35 0 0.26
HSL 274.93º 0.34% 0.61% -
HSV(B) 274.93º 0.35% 0.74% -
XYZ 30.84 25.17 51.38 -
YUV 141.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 161 122 189 0.15 0.35 0 0.26 274.93 0.34 0.61
Hex A1 7A BD F 23 0 1A 113 22 3D
Octal 241 172 275 17 43 0 32 423 42 75
Binary 10100001 1111010 10111101 1111 100011 0 11010 100010011 100010 111101

Color Harmonies of #A17ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ABD

Black with #A17ABD

Text Example


Text Example

White with #A17ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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