#A681F3

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

Shades of Medium Purple #A681F3

Tints of Medium Purple #A681F3

Color information

#A681F3 (or 0xA681F3) is unknown color: approx Medium Purple. HEX triplet: A6, 81 and F3. RGB value is (166,129,243). Sum of RGB (Red+Green+Blue) = 166+129+243=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #A681F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681F3 is #597E0C. Grayscale: #989898. Windows color (decimal): -5864973 or 15958438. OLE color: 15958438.

HSL color Cylindrical-coordinate representation of color #A681F3: hue angle of 259.47º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A681F3 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166129243-
CMYK0.320.4700.05
HSL259.47º82.61%72.94%-
HSV(B)259.47º46.91%95.29%-
XYZ39.7530.2888.54-
YUV153.06178.76137.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 243 (95.31% from 255) = 45.17%
R=30.86%
G=23.98%
B=45.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661292430.320.4700.05259.4782.6172.94
HexA681F3202F051035349
Octal246201363405705403123111
Binary101001101000000111110011100000101111010110000001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681F3; }

 p { color: rgb(166,129,243); }

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

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

 a { background-color: rgb(166,129,243); }

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

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

 span { border-color: rgb(166,129,243); }

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