#A185E7

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

Shades of Medium Purple #A185E7

Tints of Medium Purple #A185E7

Color information

#A185E7 (or 0xA185E7) is unknown color: approx Medium Purple. HEX triplet: A1, 85 and E7. RGB value is (161,133,231). Sum of RGB (Red+Green+Blue) = 161+133+231=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #A185E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185E7 is #5E7A18. Grayscale: #989898. Windows color (decimal): -6191641 or 15173025. OLE color: 15173025.

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

Color convert

RGB161133231-
CMYK0.300.4200.09
HSL257.14º67.12%71.37%-
HSV(B)257.14º42.42%90.59%-
XYZ37.5130.1279.44-
YUV152.54172.28134.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 231 (90.62% from 255) = 44%
R=30.67%
G=25.33%
B=44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611332310.300.4200.09257.1467.1271.37
HexA185E71E2A091014347
Octal2412053473652011401103107
Binary101000011000010111100111111101010100100110000000110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185E7; }

 p { color: rgb(161,133,231); }

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

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

 a { background-color: rgb(161,133,231); }

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

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

 span { border-color: rgb(161,133,231); }

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