#AD68E9

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

Shades of Medium Purple #AD68E9

Tints of Medium Purple #AD68E9

Color information

#AD68E9 (or 0xAD68E9) is unknown color: approx Medium Purple. HEX triplet: AD, 68 and E9. RGB value is (173,104,233). Sum of RGB (Red+Green+Blue) = 173+104+233=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD68E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68E9 is #529716. Grayscale: #8A8A8A. Windows color (decimal): -5412631 or 15296685. OLE color: 15296685.

HSL color Cylindrical-coordinate representation of color #AD68E9: hue angle of 272.09º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD68E9 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173104233-
CMYK0.260.5500.09
HSL272.09º74.57%66.08%-
HSV(B)272.09º55.36%91.37%-
XYZ36.8924.6779.91-
YUV139.34180.86152.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 233 (91.41% from 255) = 45.69%
R=33.92%
G=20.39%
B=45.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731042330.260.5500.09272.0974.5766.08
HexAD68E91A37091104b42
Octal2551503513267011420113102
Binary10101101110100011101001110101101110100110001000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68E9; }

 p { color: rgb(173,104,233); }

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

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

 a { background-color: rgb(173,104,233); }

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

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

 span { border-color: rgb(173,104,233); }

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