#A178ED

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

Shades of Medium Purple #A178ED

Tints of Medium Purple #A178ED

Color information

#A178ED (or 0xA178ED) is unknown color: approx Medium Purple. HEX triplet: A1, 78 and ED. RGB value is (161,120,237). Sum of RGB (Red+Green+Blue) = 161+120+237=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #A178ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178ED is #5E8712. Grayscale: #919191. Windows color (decimal): -6194963 or 15562913. OLE color: 15562913.

HSL color Cylindrical-coordinate representation of color #A178ED: hue angle of 261.03º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A178ED is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161120237-
CMYK0.320.4900.07
HSL261.03º76.47%70%-
HSV(B)261.03º49.37%92.94%-
XYZ36.727.1283.42-
YUV145.6179.58138.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 120 (47.27% from 255) = 23.17%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=31.08%
G=23.17%
B=45.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611202370.320.4900.07261.0376.4770
HexA178ED2031071054c46
Octal241170355406107405114106
Binary10100001111100011101101100000110001011110000010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178ED; }

 p { color: rgb(161,120,237); }

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

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

 a { background-color: rgb(161,120,237); }

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

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

 span { border-color: rgb(161,120,237); }

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