#A181D5

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

Shades of Medium Purple #A181D5

Tints of Medium Purple #A181D5

Color information

#A181D5 (or 0xA181D5) is unknown color: approx Medium Purple. HEX triplet: A1, 81 and D5. RGB value is (161,129,213). Sum of RGB (Red+Green+Blue) = 161+129+213=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #A181D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181D5 is #5E7E2A. Grayscale: #939393. Windows color (decimal): -6192683 or 13992353. OLE color: 13992353.

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

Color convert

RGB161129213-
CMYK0.240.3900.16
HSL262.86º50%67.06%-
HSV(B)262.86º39.44%83.53%-
XYZ34.5628.0866.55-
YUV148.14164.6137.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=32.01%
G=25.65%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611292130.240.3900.16262.865067.06
HexA181D518270101073243
Octal241201325304702040762103
Binary101000011000000111010101110001001110100001000001111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181D5; }

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

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

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

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

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

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

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

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