#A187F2

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

Shades of Medium Purple #A187F2

Tints of Medium Purple #A187F2

Color information

#A187F2 (or 0xA187F2) is unknown color: approx Medium Purple. HEX triplet: A1, 87 and F2. RGB value is (161,135,242). Sum of RGB (Red+Green+Blue) = 161+135+242=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #A187F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187F2 is #5E780D. Grayscale: #9A9A9A. Windows color (decimal): -6191118 or 15894433. OLE color: 15894433.

HSL color Cylindrical-coordinate representation of color #A187F2: hue angle of 254.58º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A187F2 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161135242-
CMYK0.330.4400.05
HSL254.58º80.45%73.92%-
HSV(B)254.58º44.21%94.9%-
XYZ39.3931.3287.97-
YUV154.97177.11132.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 242 (94.92% from 255) = 44.98%
R=29.93%
G=25.09%
B=44.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611352420.330.4400.05254.5880.4573.92
HexA187F2212C05ff504a
Octal241207362415405377120112
Binary10100001100001111111001010000110110001011111111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187F2; }

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

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

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

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

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

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

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

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