Html Css Color HEX #A17CBE Purple Mountain's Majesty

📋 copy color: '#A17CBE'

red 161 ◦ green 124 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A17CBE

Tints of Purple Mountain's Majesty #A17CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 33.89%
G = 26.11%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A17CBE (or 0xA17CBE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7C and BE. RGB value is (161,124,190). Sum of RGB (Red+Green+Blue) = 161+124+190=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A17CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CBE is #5E8341. Grayscale: #8E8E8E. Windows color (decimal): -6193986 or 12483745. OLE color: 12483745.

HSL color Cylindrical-coordinate representation of color #A17CBE: hue angle of 273.64º degrees, saturation: 0.34, 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 #A17CBE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 124 190 -
CMYK 0.15 0.35 0 0.25
HSL 273.64º 0.34% 0.62% -
HSV(B) 273.64º 0.35% 0.75% -
XYZ 31.2 25.71 52.03 -
YUV 142.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 161 124 190 0.15 0.35 0 0.25 273.64 0.34 0.62
Hex A1 7C BE F 23 0 19 112 22 3E
Octal 241 174 276 17 43 0 31 422 42 76
Binary 10100001 1111100 10111110 1111 100011 0 11001 100010010 100010 111110

Color Harmonies of #A17CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CBE

Black with #A17CBE

Text Example


Text Example

White with #A17CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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