#A181E7

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

Shades of Medium Purple #A181E7

Tints of Medium Purple #A181E7

Color information

#A181E7 (or 0xA181E7) is unknown color: approx Medium Purple. HEX triplet: A1, 81 and E7. RGB value is (161,129,231). Sum of RGB (Red+Green+Blue) = 161+129+231=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #A181E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181E7 is #5E7E18. Grayscale: #959595. Windows color (decimal): -6192665 or 15172001. OLE color: 15172001.

HSL color Cylindrical-coordinate representation of color #A181E7: hue angle of 258.82º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A181E7 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161129231-
CMYK0.300.4400.09
HSL258.82º68%70.59%-
HSV(B)258.82º44.16%90.59%-
XYZ36.9729.0579.26-
YUV150.2173.6135.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 231 (90.62% from 255) = 44.34%
R=30.90%
G=24.76%
B=44.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611292310.300.4400.09258.826870.59
HexA181E71E2C091034447
Octal2412013473654011403104107
Binary101000011000000111100111111101011000100110000001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181E7; }

 p { color: rgb(161,129,231); }

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

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

 a { background-color: rgb(161,129,231); }

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

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

 span { border-color: rgb(161,129,231); }

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