#A682F9

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

Shades of Medium Purple #A682F9

Tints of Medium Purple #A682F9

Color information

#A682F9 (or 0xA682F9) is unknown color: approx Medium Purple. HEX triplet: A6, 82 and F9. RGB value is (166,130,249). Sum of RGB (Red+Green+Blue) = 166+130+249=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #A682F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682F9 is #597D06. Grayscale: #999999. Windows color (decimal): -5864711 or 16351910. OLE color: 16351910.

HSL color Cylindrical-coordinate representation of color #A682F9: hue angle of 258.15º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A682F9 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166130249-
CMYK0.330.4800.02
HSL258.15º90.84%74.31%-
HSV(B)258.15º47.79%97.65%-
XYZ40.8130.9193.44-
YUV154.33181.43136.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=30.46%
G=23.85%
B=45.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661302490.330.4800.02258.1590.8474.31
HexA682F92130021025b4a
Octal246202371416002402133112
Binary10100110100000101111100110000111000001010000001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682F9; }

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

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

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

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

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

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

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

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