Html Css Color HEX #A17ABB Purple Mountain's Majesty

📋 copy color: '#A17ABB'

red 161 ◦ green 122 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A17ABB

Tints of Purple Mountain's Majesty #A17ABB

RGB

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

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

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

R = 34.26%
G = 25.96%
B = 39.79%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A17ABB (or 0xA17ABB) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7A and BB. RGB value is (161,122,187). Sum of RGB (Red+Green+Blue) = 161+122+187=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #A17ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ABB is #5E8544. Grayscale: #8C8C8C. Windows color (decimal): -6194501 or 12286625. OLE color: 12286625.

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

Color convert

RGB 161 122 187 -
CMYK 0.14 0.35 0 0.27
HSL 276º 0.32% 0.61% -
HSV(B) 276º 0.35% 0.73% -
XYZ 30.63 25.08 50.24 -
YUV 141.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 161 122 187 0.14 0.35 0 0.27 276 0.32 0.61
Hex A1 7A BB E 23 0 1B 114 20 3D
Octal 241 172 273 16 43 0 33 424 40 75
Binary 10100001 1111010 10111011 1110 100011 0 11011 100010100 100000 111101

Color Harmonies of #A17ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ABB

Black with #A17ABB

Text Example


Text Example

White with #A17ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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