#A682F3

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

Shades of Medium Purple #A682F3

Tints of Medium Purple #A682F3

Color information

#A682F3 (or 0xA682F3) is unknown color: approx Medium Purple. HEX triplet: A6, 82 and F3. RGB value is (166,130,243). Sum of RGB (Red+Green+Blue) = 166+130+243=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #A682F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682F3 is #597D0C. Grayscale: #999999. Windows color (decimal): -5864717 or 15958694. OLE color: 15958694.

HSL color Cylindrical-coordinate representation of color #A682F3: hue angle of 259.12º degrees, saturation: 0.82, 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 #A682F3 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166130243-
CMYK0.320.4700.05
HSL259.12º82.48%73.14%-
HSV(B)259.12º46.5%95.29%-
XYZ39.8930.5488.59-
YUV153.65178.43136.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 243 (95.31% from 255) = 45.08%
R=30.80%
G=24.12%
B=45.08%

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
Decimal1661302430.320.4700.05259.1282.4873.14
HexA682F3202F051035249
Octal246202363405705403122111
Binary101001101000001011110011100000101111010110000001110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682F3; }

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

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

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

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

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

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

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

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