#A679FB

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

Shades of Medium Purple #A679FB

Tints of Medium Purple #A679FB

Color information

#A679FB (or 0xA679FB) is unknown color: approx Medium Purple. HEX triplet: A6, 79 and FB. RGB value is (166,121,251). Sum of RGB (Red+Green+Blue) = 166+121+251=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #A679FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A679FB is #598604. Grayscale: #949494. Windows color (decimal): -5867013 or 16480678. OLE color: 16480678.

HSL color Cylindrical-coordinate representation of color #A679FB: hue angle of 260.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A679FB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166121251-
CMYK0.340.5200.02
HSL260.77º94.2%72.94%-
HSV(B)260.77º51.79%98.43%-
XYZ39.9828.7594.71-
YUV149.28185.41139.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 121 (47.66% from 255) = 22.49%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=30.86%
G=22.49%
B=46.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661212510.340.5200.02260.7794.272.94
HexA679FB2234021055e49
Octal246171373426402405136111
Binary1010011011110011111101110001011010001010000010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A679FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A679FB; }

 p { color: rgb(166,121,251); }

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

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

 a { background-color: rgb(166,121,251); }

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

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

 span { border-color: rgb(166,121,251); }

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