#A188EB

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

Shades of Medium Purple #A188EB

Tints of Medium Purple #A188EB

Color information

#A188EB (or 0xA188EB) is unknown color: approx Medium Purple. HEX triplet: A1, 88 and EB. RGB value is (161,136,235). Sum of RGB (Red+Green+Blue) = 161+136+235=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #A188EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188EB is #5E7714. Grayscale: #9A9A9A. Windows color (decimal): -6190869 or 15435937. OLE color: 15435937.

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

Color convert

RGB161136235-
CMYK0.310.4200.08
HSL255.15º71.22%72.75%-
HSV(B)255.15º42.13%92.16%-
XYZ38.531.1882.59-
YUV154.76173.28132.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=30.26%
G=25.56%
B=44.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611362350.310.4200.08255.1571.2272.75
HexA188EB1F2A08ff4749
Octal2412103533752010377107111
Binary10100001100010001110101111111101010010001111111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188EB; }

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

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

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

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

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

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

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

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