#A177D5

Color #A177D5 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A177D5

Tints of Medium Purple #A177D5

Color information

#A177D5 (or 0xA177D5) is unknown color: approx Medium Purple. HEX triplet: A1, 77 and D5. RGB value is (161,119,213). Sum of RGB (Red+Green+Blue) = 161+119+213=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #A177D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177D5 is #5E882A. Grayscale: #8D8D8D. Windows color (decimal): -6195243 or 13989793. OLE color: 13989793.

HSL color Cylindrical-coordinate representation of color #A177D5: hue angle of 266.81º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A177D5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161119213-
CMYK0.240.4400.16
HSL266.81º52.81%65.1%-
HSV(B)266.81º44.13%83.53%-
XYZ33.3125.5766.13-
YUV142.27167.91141.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 213 (83.59% from 255) = 43.20%
R=32.66%
G=24.14%
B=43.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611192130.240.4400.16266.8152.8165.1
HexA177D5182C01010b3541
Octal241167325305402041365101
Binary10100001111011111010101110001011000100001000010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177D5; }

 p { color: rgb(161,119,213); }

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

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

 a { background-color: rgb(161,119,213); }

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

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

 span { border-color: rgb(161,119,213); }

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