#AD4EED

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

Shades of Medium Orchid #AD4EED

Tints of Medium Orchid #AD4EED

Color information

#AD4EED (or 0xAD4EED) is unknown color: approx Medium Orchid. HEX triplet: AD, 4E and ED. RGB value is (173,78,237). Sum of RGB (Red+Green+Blue) = 173+78+237=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EED is #52B112. Grayscale: #7B7B7B. Windows color (decimal): -5419283 or 15552173. OLE color: 15552173.

HSL color Cylindrical-coordinate representation of color #AD4EED: hue angle of 275.85º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4EED is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17378237-
CMYK0.270.6700.07
HSL275.85º81.54%61.76%-
HSV(B)275.85º67.09%92.94%-
XYZ35.2420.4582.21-
YUV124.53191.47162.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 78 (30.86% from 255) = 15.98%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=35.45%
G=15.98%
B=48.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173782370.270.6700.07275.8581.5461.76
HexAD4EED1B4307114523e
Octal255116355331030742412276
Binary1010110110011101110110111011100001101111000101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4EED; }

 p { color: rgb(173,78,237); }

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

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

 a { background-color: rgb(173,78,237); }

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

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

 span { border-color: rgb(173,78,237); }

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