#A180E0

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

Shades of Medium Purple #A180E0

Tints of Medium Purple #A180E0

Color information

#A180E0 (or 0xA180E0) is unknown color: approx Medium Purple. HEX triplet: A1, 80 and E0. RGB value is (161,128,224). Sum of RGB (Red+Green+Blue) = 161+128+224=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #A180E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180E0 is #5E7F1F. Grayscale: #949494. Windows color (decimal): -6192928 or 14712993. OLE color: 14712993.

HSL color Cylindrical-coordinate representation of color #A180E0: hue angle of 260.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A180E0 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB161128224-
CMYK0.280.4300.12
HSL260.62º60.76%69.02%-
HSV(B)260.62º42.86%87.84%-
XYZ35.8728.474.11-
YUV148.81170.43136.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=31.38%
G=24.95%
B=43.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611282240.280.4300.12260.6260.7669.02
HexA180E01C2B0C1053d45
Octal241200340345301440575105
Binary10100001100000001110000011100101011011001000001011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180E0; }

 p { color: rgb(161,128,224); }

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

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

 a { background-color: rgb(161,128,224); }

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

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

 span { border-color: rgb(161,128,224); }

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