#a76fdf

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

Shades of Medium Purple #A76FDF

Tints of Medium Purple #A76FDF

Color information

#A76FDF (or 0xA76FDF) is unknown color: approx Medium Purple. HEX triplet: A7, 6F and DF. RGB value is (167,111,223). Sum of RGB (Red+Green+Blue) = 167+111+223=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A76FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FDF is #589020. Grayscale: #8C8C8C. Windows color (decimal): -5804065 or 14643111. OLE color: 14643111.

HSL color Cylindrical-coordinate representation of color #A76FDF: hue angle of 270º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76FDF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167111223-
CMYK0.250.5000.13
HSL270º63.64%65.49%-
HSV(B)270º50.22%87.45%-
XYZ34.9424.9172.78-
YUV140.51174.55146.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=33.33%
G=22.16%
B=44.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671112230.250.5000.1327063.6465.49
HexA76FDF19320D10e4041
Octal2471573373162015416100101
Binary10100111110111111011111110011100100110110000111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76fdf; }

 p { color: rgb(167,111,223); }

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

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

 a { background-color: rgb(167,111,223); }

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

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

 span { border-color: rgb(167,111,223); }

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