#A187E8

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

Shades of Medium Purple #A187E8

Tints of Medium Purple #A187E8

Color information

#A187E8 (or 0xA187E8) is unknown color: approx Medium Purple. HEX triplet: A1, 87 and E8. RGB value is (161,135,232). Sum of RGB (Red+Green+Blue) = 161+135+232=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #A187E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187E8 is #5E7817. Grayscale: #999999. Windows color (decimal): -6191128 or 15239073. OLE color: 15239073.

HSL color Cylindrical-coordinate representation of color #A187E8: hue angle of 256.08º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A187E8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161135232-
CMYK0.310.4200.09
HSL256.08º67.83%71.96%-
HSV(B)256.08º41.81%90.98%-
XYZ37.9330.7380.28-
YUV153.83172.11133.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 232 (91.02% from 255) = 43.94%
R=30.49%
G=25.57%
B=43.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611352320.310.4200.09256.0867.8371.96
HexA187E81F2A091004448
Octal2412073503752011400104110
Binary101000011000011111101000111111010100100110000000010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187E8; }

 p { color: rgb(161,135,232); }

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

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

 a { background-color: rgb(161,135,232); }

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

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

 span { border-color: rgb(161,135,232); }

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