#AD78E6

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

Shades of Medium Purple #AD78E6

Tints of Medium Purple #AD78E6

Color information

#AD78E6 (or 0xAD78E6) is unknown color: approx Medium Purple. HEX triplet: AD, 78 and E6. RGB value is (173,120,230). Sum of RGB (Red+Green+Blue) = 173+120+230=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD78E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD78E6 is #528719. Grayscale: #949494. Windows color (decimal): -5408538 or 15104173. OLE color: 15104173.

HSL color Cylindrical-coordinate representation of color #AD78E6: hue angle of 268.91º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD78E6 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173120230-
CMYK0.250.4800.10
HSL268.91º68.75%68.63%-
HSV(B)268.91º47.83%90.2%-
XYZ38.2328.0378.26-
YUV148.39174.06145.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 230 (90.23% from 255) = 43.98%
R=33.08%
G=22.94%
B=43.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731202300.250.4800.10268.9168.7568.63
HexAD78E619300A10d4545
Octal2551703463160012415105105
Binary10101101111100011100110110011100000101010000110110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78E6; }

 p { color: rgb(173,120,230); }

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

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

 a { background-color: rgb(173,120,230); }

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

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

 span { border-color: rgb(173,120,230); }

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