#A672DF

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

Shades of Medium Purple #A672DF

Tints of Medium Purple #A672DF

Color information

#A672DF (or 0xA672DF) is unknown color: approx Medium Purple. HEX triplet: A6, 72 and DF. RGB value is (166,114,223). Sum of RGB (Red+Green+Blue) = 166+114+223=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A672DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672DF is #598D20. Grayscale: #8D8D8D. Windows color (decimal): -5868833 or 14643878. OLE color: 14643878.

HSL color Cylindrical-coordinate representation of color #A672DF: hue angle of 268.62º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A672DF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166114223-
CMYK0.260.4900.13
HSL268.62º63.01%66.08%-
HSV(B)268.62º48.88%87.45%-
XYZ35.0625.4772.88-
YUV141.97173.73145.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=33.00%
G=22.66%
B=44.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661142230.260.4900.13268.6263.0166.08
HexA672DF1A310D10d3f42
Octal246162337326101541577102
Binary1010011011100101101111111010110001011011000011011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672DF; }

 p { color: rgb(166,114,223); }

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

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

 a { background-color: rgb(166,114,223); }

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

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

 span { border-color: rgb(166,114,223); }

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