#A683F0

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

Shades of Medium Purple #A683F0

Tints of Medium Purple #A683F0

Color information

#A683F0 (or 0xA683F0) is unknown color: approx Medium Purple. HEX triplet: A6, 83 and F0. RGB value is (166,131,240). Sum of RGB (Red+Green+Blue) = 166+131+240=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A683F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683F0 is #597C0F. Grayscale: #999999. Windows color (decimal): -5864464 or 15762342. OLE color: 15762342.

HSL color Cylindrical-coordinate representation of color #A683F0: hue angle of 259.27º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A683F0 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166131240-
CMYK0.310.4500.06
HSL259.27º78.42%72.75%-
HSV(B)259.27º45.42%94.12%-
XYZ39.5730.6386.26-
YUV153.89176.6136.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 131 (51.56% from 255) = 24.39%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=30.91%
G=24.39%
B=44.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661312400.310.4500.06259.2778.4272.75
HexA683F01F2D061034e49
Octal246203360375506403116111
Binary10100110100000111111000011111101101011010000001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683F0; }

 p { color: rgb(166,131,240); }

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

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

 a { background-color: rgb(166,131,240); }

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

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

 span { border-color: rgb(166,131,240); }

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