#AD7DE4

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

Shades of Medium Purple #AD7DE4

Tints of Medium Purple #AD7DE4

Color information

#AD7DE4 (or 0xAD7DE4) is unknown color: approx Medium Purple. HEX triplet: AD, 7D and E4. RGB value is (173,125,228). Sum of RGB (Red+Green+Blue) = 173+125+228=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD7DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DE4 is #52821B. Grayscale: #969696. Windows color (decimal): -5407260 or 14974381. OLE color: 14974381.

HSL color Cylindrical-coordinate representation of color #AD7DE4: hue angle of 267.96º degrees, saturation: 0.66, 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 #AD7DE4 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173125228-
CMYK0.240.4500.11
HSL267.96º65.61%69.22%-
HSV(B)267.96º45.18%89.41%-
XYZ38.5729.1576.99-
YUV151.09171.4143.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=32.89%
G=23.76%
B=43.35%

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
Decimal1731252280.240.4500.11267.9665.6169.22
HexAD7DE4182D0B10c4245
Octal2551753443055013414102105
Binary10101101111110111100100110001011010101110000110010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DE4; }

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

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

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

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

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

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

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

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