#AD51F9

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

Shades of Medium Orchid #AD51F9

Tints of Medium Orchid #AD51F9

Color information

#AD51F9 (or 0xAD51F9) is unknown color: approx Medium Orchid. HEX triplet: AD, 51 and F9. RGB value is (173,81,249). Sum of RGB (Red+Green+Blue) = 173+81+249=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD51F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51F9 is #52AE06. Grayscale: #7F7F7F. Windows color (decimal): -5418503 or 16339373. OLE color: 16339373.

HSL color Cylindrical-coordinate representation of color #AD51F9: hue angle of 272.86º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD51F9 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17381249-
CMYK0.310.6700.02
HSL272.86º93.33%64.71%-
HSV(B)272.86º67.47%97.65%-
XYZ37.2721.6191.83-
YUV127.66196.48160.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 81 (32.03% from 255) = 16.10%
BLUE value IS 249 (97.66% from 255) = 49.50%
R=34.39%
G=16.10%
B=49.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173812490.310.6700.02272.8693.3364.71
HexAD51F91F43021115d41
Octal2551213713710302421135101
Binary1010110110100011111100111111100001101010001000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51F9; }

 p { color: rgb(173,81,249); }

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

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

 a { background-color: rgb(173,81,249); }

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

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

 span { border-color: rgb(173,81,249); }

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