Html Css Color HEX #A17BBB Purple Mountain's Majesty

📋 copy color: '#A17BBB'

red 161 ◦ green 123 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A17BBB

Tints of Purple Mountain's Majesty #A17BBB

RGB

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

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

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

R = 34.18%
G = 26.11%
B = 39.7%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A17BBB (or 0xA17BBB) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7B and BB. RGB value is (161,123,187). Sum of RGB (Red+Green+Blue) = 161+123+187=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A17BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BBB is #5E8444. Grayscale: #8D8D8D. Windows color (decimal): -6194245 or 12286881. OLE color: 12286881.

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

Color convert

RGB 161 123 187 -
CMYK 0.14 0.34 0 0.27
HSL 275.63º 0.32% 0.61% -
HSV(B) 275.63º 0.34% 0.73% -
XYZ 30.75 25.33 50.28 -
YUV 141.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 161 123 187 0.14 0.34 0 0.27 275.63 0.32 0.61
Hex A1 7B BB E 22 0 1B 114 20 3D
Octal 241 173 273 16 42 0 33 424 40 75
Binary 10100001 1111011 10111011 1110 100010 0 11011 100010100 100000 111101

Color Harmonies of #A17BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BBB

Black with #A17BBB

Text Example


Text Example

White with #A17BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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