Html Css Color HEX #A17CBC Purple Mountain's Majesty

📋 copy color: '#A17CBC'

red 161 ◦ green 124 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A17CBC

Tints of Purple Mountain's Majesty #A17CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 34.04%
G = 26.22%
B = 39.75%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A17CBC (or 0xA17CBC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7C and BC. RGB value is (161,124,188). Sum of RGB (Red+Green+Blue) = 161+124+188=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #A17CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CBC is #5E8343. Grayscale: #8E8E8E. Windows color (decimal): -6193988 or 12352673. OLE color: 12352673.

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

Color convert

RGB 161 124 188 -
CMYK 0.14 0.34 0 0.26
HSL 274.69º 0.32% 0.61% -
HSV(B) 274.69º 0.34% 0.74% -
XYZ 30.98 25.62 50.89 -
YUV 142.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 161 124 188 0.14 0.34 0 0.26 274.69 0.32 0.61
Hex A1 7C BC E 22 0 1A 113 20 3D
Octal 241 174 274 16 42 0 32 423 40 75
Binary 10100001 1111100 10111100 1110 100010 0 11010 100010011 100000 111101

Color Harmonies of #A17CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CBC

Black with #A17CBC

Text Example


Text Example

White with #A17CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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