#A180EB

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

Shades of Medium Purple #A180EB

Tints of Medium Purple #A180EB

Color information

#A180EB (or 0xA180EB) is unknown color: approx Medium Purple. HEX triplet: A1, 80 and EB. RGB value is (161,128,235). Sum of RGB (Red+Green+Blue) = 161+128+235=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #A180EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A180EB is #5E7F14. Grayscale: #959595. Windows color (decimal): -6192917 or 15433889. OLE color: 15433889.

HSL color Cylindrical-coordinate representation of color #A180EB: hue angle of 258.5º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A180EB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161128235-
CMYK0.310.4600.08
HSL258.5º72.79%71.18%-
HSV(B)258.5º45.53%92.16%-
XYZ37.4129.0182.23-
YUV150.06175.93135.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=30.73%
G=24.43%
B=44.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611282350.310.4600.08258.572.7971.18
HexA180EB1F2E081034947
Octal2412003533756010403111107
Binary101000011000000011101011111111011100100010000001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180EB; }

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

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

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

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

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

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

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

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