#AD7DEB

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

Shades of Medium Purple #AD7DEB

Tints of Medium Purple #AD7DEB

Color information

#AD7DEB (or 0xAD7DEB) is unknown color: approx Medium Purple. HEX triplet: AD, 7D and EB. RGB value is (173,125,235). Sum of RGB (Red+Green+Blue) = 173+125+235=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD7DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DEB is #528214. Grayscale: #979797. Windows color (decimal): -5407253 or 15433133. OLE color: 15433133.

HSL color Cylindrical-coordinate representation of color #AD7DEB: hue angle of 266.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD7DEB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173125235-
CMYK0.260.4700.08
HSL266.18º73.33%70.59%-
HSV(B)266.18º46.81%92.16%-
XYZ39.5629.5582.22-
YUV151.89174.9143.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=32.46%
G=23.45%
B=44.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731252350.260.4700.08266.1873.3370.59
HexAD7DEB1A2F0810a4947
Octal2551753533257010412111107
Binary10101101111110111101011110101011110100010000101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DEB; }

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

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

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

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

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

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

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

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