#a180e4

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

Shades of Medium Purple #A180E4

Tints of Medium Purple #A180E4

Color information

#A180E4 (or 0xA180E4) is unknown color: approx Medium Purple. HEX triplet: A1, 80 and E4. RGB value is (161,128,228). Sum of RGB (Red+Green+Blue) = 161+128+228=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #A180E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180E4 is #5E7F1B. Grayscale: #949494. Windows color (decimal): -6192924 or 14975137. OLE color: 14975137.

HSL color Cylindrical-coordinate representation of color #A180E4: hue angle of 259.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A180E4 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161128228-
CMYK0.290.4400.11
HSL259.8º64.94%69.8%-
HSV(B)259.8º43.86%89.41%-
XYZ36.4228.6277-
YUV149.27172.43136.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 228 (89.45% from 255) = 44.10%
R=31.14%
G=24.76%
B=44.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611282280.290.4400.11259.864.9469.8
HexA180E41D2C0B1044146
Octal2412003443554013404101106
Binary101000011000000011100100111011011000101110000010010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a180e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a180e4; }

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

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

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

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

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

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

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

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