#AD7DE8

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

Shades of Medium Purple #AD7DE8

Tints of Medium Purple #AD7DE8

Color information

#AD7DE8 (or 0xAD7DE8) is unknown color: approx Medium Purple. HEX triplet: AD, 7D and E8. RGB value is (173,125,232). Sum of RGB (Red+Green+Blue) = 173+125+232=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD7DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DE8 is #528217. Grayscale: #979797. Windows color (decimal): -5407256 or 15236525. OLE color: 15236525.

HSL color Cylindrical-coordinate representation of color #AD7DE8: hue angle of 266.92º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD7DE8 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173125232-
CMYK0.250.4600.09
HSL266.92º69.93%70%-
HSV(B)266.92º46.12%90.98%-
XYZ39.1329.3879.95-
YUV151.55173.4143.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 232 (91.02% from 255) = 43.77%
R=32.64%
G=23.58%
B=43.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731252320.250.4600.09266.9269.9370
HexAD7DE8192E0910b4646
Octal2551753503156011413106106
Binary10101101111110111101000110011011100100110000101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DE8; }

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

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

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

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

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

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

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

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