Html Css Color HEX #A17BC0 Purple Mountain's Majesty

📋 copy color: '#A17BC0'

red 161 ◦ green 123 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A17BC0

Tints of Purple Mountain's Majesty #A17BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 33.82%
G = 25.84%
B = 40.34%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A17BC0 (or 0xA17BC0) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7B and C0. RGB value is (161,123,192). Sum of RGB (Red+Green+Blue) = 161+123+192=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #A17BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BC0 is #5E843F. Grayscale: #8D8D8D. Windows color (decimal): -6194240 or 12614561. OLE color: 12614561.

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

Color convert

RGB 161 123 192 -
CMYK 0.16 0.36 0 0.25
HSL 273.04º 0.35% 0.62% -
HSV(B) 273.04º 0.36% 0.75% -
XYZ 31.3 25.55 53.15 -
YUV 142.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 161 123 192 0.16 0.36 0 0.25 273.04 0.35 0.62
Hex A1 7B C0 10 24 0 19 111 23 3E
Octal 241 173 300 20 44 0 31 421 43 76
Binary 10100001 1111011 11000000 10000 100100 0 11001 100010001 100011 111110

Color Harmonies of #A17BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BC0

Black with #A17BC0

Text Example


Text Example

White with #A17BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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