#AD7DE3

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

Shades of Medium Purple #AD7DE3

Tints of Medium Purple #AD7DE3

Color information

#AD7DE3 (or 0xAD7DE3) is unknown color: approx Medium Purple. HEX triplet: AD, 7D and E3. RGB value is (173,125,227). Sum of RGB (Red+Green+Blue) = 173+125+227=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD7DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DE3 is #52821C. Grayscale: #969696. Windows color (decimal): -5407261 or 14908845. OLE color: 14908845.

HSL color Cylindrical-coordinate representation of color #AD7DE3: hue angle of 268.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7DE3 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173125227-
CMYK0.240.4500.11
HSL268.24º64.56%69.02%-
HSV(B)268.24º44.93%89.02%-
XYZ38.4329.176.26-
YUV150.98170.9143.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=32.95%
G=23.81%
B=43.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731252270.240.4500.11268.2464.5669.02
HexAD7DE3182D0B10c4145
Octal2551753433055013414101105
Binary10101101111110111100011110001011010101110000110010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DE3; }

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

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

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

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

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

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

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

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