Html Css Color HEX #A17BB5 Purple Mountain's Majesty

📋 copy color: '#A17BB5'

red 161 ◦ green 123 ◦ blue 181

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

Shades of Purple Mountain's Majesty #A17BB5

Tints of Purple Mountain's Majesty #A17BB5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 34.62%
G = 26.45%
B = 38.92%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A17BB5 (or 0xA17BB5) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7B and B5. RGB value is (161,123,181). Sum of RGB (Red+Green+Blue) = 161+123+181=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #A17BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BB5 is #5E844A. Grayscale: #8C8C8C. Windows color (decimal): -6194251 or 11893665. OLE color: 11893665.

HSL color Cylindrical-coordinate representation of color #A17BB5: hue angle of 279.31º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17BB5 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 123 181 -
CMYK 0.11 0.32 0 0.29
HSL 279.31º 0.28% 0.6% -
HSV(B) 279.31º 0.32% 0.71% -
XYZ 30.12 25.08 46.97 -
YUV 140.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 161 123 181 0.11 0.32 0 0.29 279.31 0.28 0.6
Hex A1 7B B5 B 20 0 1D 117 1C 3C
Octal 241 173 265 13 40 0 35 427 34 74
Binary 10100001 1111011 10110101 1011 100000 0 11101 100010111 11100 111100

Color Harmonies of #A17BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BB5

Black with #A17BB5

Text Example


Text Example

White with #A17BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BB5; }

 p { color: rgb(161,123,181); }

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

background-color css

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

 a { background-color: rgb(161,123,181); }

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

border-color css

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

 span { border-color: rgb(161,123,181); }

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