#AD76FA

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

Shades of Medium Purple #AD76FA

Tints of Medium Purple #AD76FA

Color information

#AD76FA (or 0xAD76FA) is unknown color: approx Medium Purple. HEX triplet: AD, 76 and FA. RGB value is (173,118,250). Sum of RGB (Red+Green+Blue) = 173+118+250=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76FA is #528905. Grayscale: #959595. Windows color (decimal): -5409030 or 16414381. OLE color: 16414381.

HSL color Cylindrical-coordinate representation of color #AD76FA: hue angle of 265º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD76FA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173118250-
CMYK0.310.5300.02
HSL265º92.96%72.16%-
HSV(B)265º52.8%98.04%-
XYZ40.9728.7493.83-
YUV149.49184.72144.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=31.98%
G=21.81%
B=46.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731182500.310.5300.0226592.9672.16
HexAD76FA1F35021095d48
Octal255166372376502411135110
Binary101011011110110111110101111111010101010000100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD76FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD76FA; }

 p { color: rgb(173,118,250); }

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

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

 a { background-color: rgb(173,118,250); }

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

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

 span { border-color: rgb(173,118,250); }

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