#A17FC1

Color #A17FC1 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A17FC1

Tints of Purple Mountain's Majesty #A17FC1

Color information

#A17FC1 (or 0xA17FC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7F and C1. RGB value is (161,127,193). Sum of RGB (Red+Green+Blue) = 161+127+193=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #A17FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FC1 is #5E803E. Grayscale: #909090. Windows color (decimal): -6193215 or 12681121. OLE color: 12681121.

HSL color Cylindrical-coordinate representation of color #A17FC1: hue angle of 270.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A17FC1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161127193-
CMYK0.170.3400.24
HSL270.91º34.74%62.75%-
HSV(B)270.91º34.2%75.69%-
XYZ31.9126.6153.91-
YUV144.69155.26139.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=33.47%
G=26.40%
B=40.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611271930.170.3400.24270.9134.7462.75
HexA17FC1112201810f233f
Octal24117730121420304174377
Binary1010000111111111100000110001100010011000100001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FC1; }

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

 H1.HeaderClassName
 {
   color: #A17FC1;
 }
 .AnyTagClassName
 {
   color: #A17FC1;
 }
</style>
background-color css

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

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

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

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

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

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