#AD4DFF

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

Shades of Medium Orchid #AD4DFF

Tints of Medium Orchid #AD4DFF

Color information

#AD4DFF (or 0xAD4DFF) is unknown color: approx Medium Orchid. HEX triplet: AD, 4D and FF. RGB value is (173,77,255). Sum of RGB (Red+Green+Blue) = 173+77+255=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DFF is #52B200. Grayscale: #7D7D7D. Windows color (decimal): -5419521 or 16731565. OLE color: 16731565.

HSL color Cylindrical-coordinate representation of color #AD4DFF: hue angle of 272.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4DFF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17377255-
CMYK0.320.7000
HSL272.36º100%65.1%-
HSV(B)272.36º69.8%100%-
XYZ37.9421.4196.74-
YUV126200.8161.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 77 (30.47% from 255) = 15.25%
BLUE value IS 255 (100% from 255) = 50.50%
R=34.26%
G=15.25%
B=50.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal173772550.320.7000272.3610065.1
HexAD4DFF2046001106441
Octal2551153774010600420144101
Binary1010110110011011111111110000010001100010001000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4DFF; }

 p { color: rgb(173,77,255); }

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

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

 a { background-color: rgb(173,77,255); }

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

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

 span { border-color: rgb(173,77,255); }

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