Html Css Color HEX #A17CC0 Purple Mountain's Majesty

📋 copy color: '#A17CC0'

red 161 ◦ green 124 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A17CC0

Tints of Purple Mountain's Majesty #A17CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 33.75%
G = 26%
B = 40.25%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A17CC0 (or 0xA17CC0) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7C and C0. RGB value is (161,124,192). Sum of RGB (Red+Green+Blue) = 161+124+192=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #A17CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CC0 is #5E833F. Grayscale: #8E8E8E. Windows color (decimal): -6193984 or 12614817. OLE color: 12614817.

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

Color convert

RGB 161 124 192 -
CMYK 0.16 0.35 0 0.25
HSL 272.65º 0.35% 0.62% -
HSV(B) 272.65º 0.35% 0.75% -
XYZ 31.42 25.8 53.19 -
YUV 142.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 161 124 192 0.16 0.35 0 0.25 272.65 0.35 0.62
Hex A1 7C C0 10 23 0 19 111 23 3E
Octal 241 174 300 20 43 0 31 421 43 76
Binary 10100001 1111100 11000000 10000 100011 0 11001 100010001 100011 111110

Color Harmonies of #A17CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CC0

Black with #A17CC0

Text Example


Text Example

White with #A17CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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