#AD7DFD

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

Shades of Medium Purple #AD7DFD

Tints of Medium Purple #AD7DFD

Color information

#AD7DFD (or 0xAD7DFD) is unknown color: approx Medium Purple. HEX triplet: AD, 7D and FD. RGB value is (173,125,253). Sum of RGB (Red+Green+Blue) = 173+125+253=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD7DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DFD is #528202. Grayscale: #999999. Windows color (decimal): -5407235 or 16612781. OLE color: 16612781.

HSL color Cylindrical-coordinate representation of color #AD7DFD: hue angle of 262.5º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7DFD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173125253-
CMYK0.320.5100.01
HSL262.5º96.97%74.12%-
HSV(B)262.5º50.59%99.22%-
XYZ42.330.6496.61-
YUV153.94183.9141.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=31.40%
G=22.69%
B=45.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731252530.320.5100.01262.596.9774.12
HexAD7DFD203301106614a
Octal255175375406301406141112
Binary101011011111101111111011000001100110110000011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DFD; }

 p { color: rgb(173,125,253); }

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

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

 a { background-color: rgb(173,125,253); }

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

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

 span { border-color: rgb(173,125,253); }

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