#A188EA

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

Shades of Medium Purple #A188EA

Tints of Medium Purple #A188EA

Color information

#A188EA (or 0xA188EA) is unknown color: approx Medium Purple. HEX triplet: A1, 88 and EA. RGB value is (161,136,234). Sum of RGB (Red+Green+Blue) = 161+136+234=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #A188EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188EA is #5E7715. Grayscale: #9A9A9A. Windows color (decimal): -6190870 or 15370401. OLE color: 15370401.

HSL color Cylindrical-coordinate representation of color #A188EA: hue angle of 255.31º degrees, saturation: 0.7, 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 #A188EA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161136234-
CMYK0.310.4200.08
HSL255.31º70%72.55%-
HSV(B)255.31º41.88%91.76%-
XYZ38.3531.1381.83-
YUV154.65172.78132.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=30.32%
G=25.61%
B=44.07%

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
Decimal1611362340.310.4200.08255.317072.55
HexA188EA1F2A08ff4649
Octal2412103523752010377106111
Binary10100001100010001110101011111101010010001111111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188EA; }

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

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

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

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

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

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

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

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