Html Css Color HEX #A17FBE Purple Mountain's Majesty

📋 copy color: '#A17FBE'

red 161 ◦ green 127 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A17FBE

Tints of Purple Mountain's Majesty #A17FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 26.57%

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

R = 33.68%
G = 26.57%
B = 39.75%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A17FBE (or 0xA17FBE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7F and BE. RGB value is (161,127,190). Sum of RGB (Red+Green+Blue) = 161+127+190=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #A17FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FBE is #5E8041. Grayscale: #909090. Windows color (decimal): -6193218 or 12484513. OLE color: 12484513.

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

Color convert

RGB 161 127 190 -
CMYK 0.15 0.33 0 0.25
HSL 272.38º 0.33% 0.62% -
HSV(B) 272.38º 0.33% 0.75% -
XYZ 31.58 26.47 52.16 -
YUV 144.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 161 127 190 0.15 0.33 0 0.25 272.38 0.33 0.62
Hex A1 7F BE F 21 0 19 110 21 3E
Octal 241 177 276 17 41 0 31 420 41 76
Binary 10100001 1111111 10111110 1111 100001 0 11001 100010000 100001 111110

Color Harmonies of #A17FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FBE

Black with #A17FBE

Text Example


Text Example

White with #A17FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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