Html Css Color HEX #A17ABE Purple Mountain's Majesty

📋 copy color: '#A17ABE'

red 161 ◦ green 122 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A17ABE

Tints of Purple Mountain's Majesty #A17ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 34.04%
G = 25.79%
B = 40.17%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A17ABE (or 0xA17ABE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7A and BE. RGB value is (161,122,190). Sum of RGB (Red+Green+Blue) = 161+122+190=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A17ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ABE is #5E8541. Grayscale: #8D8D8D. Windows color (decimal): -6194498 or 12483233. OLE color: 12483233.

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

Color convert

RGB 161 122 190 -
CMYK 0.15 0.36 0 0.25
HSL 274.41º 0.34% 0.61% -
HSV(B) 274.41º 0.36% 0.75% -
XYZ 30.95 25.21 51.95 -
YUV 141.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 161 122 190 0.15 0.36 0 0.25 274.41 0.34 0.61
Hex A1 7A BE F 24 0 19 112 22 3D
Octal 241 172 276 17 44 0 31 422 42 75
Binary 10100001 1111010 10111110 1111 100100 0 11001 100010010 100010 111101

Color Harmonies of #A17ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ABE

Black with #A17ABE

Text Example


Text Example

White with #A17ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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