#AD51E8

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

Shades of Medium Orchid #AD51E8

Tints of Medium Orchid #AD51E8

Color information

#AD51E8 (or 0xAD51E8) is unknown color: approx Medium Orchid. HEX triplet: AD, 51 and E8. RGB value is (173,81,232). Sum of RGB (Red+Green+Blue) = 173+81+232=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD51E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51E8 is #52AE17. Grayscale: #7D7D7D. Windows color (decimal): -5418520 or 15225261. OLE color: 15225261.

HSL color Cylindrical-coordinate representation of color #AD51E8: hue angle of 276.56º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD51E8 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17381232-
CMYK0.250.6500.09
HSL276.56º76.65%61.37%-
HSV(B)276.56º65.09%90.98%-
XYZ34.7420.678.49-
YUV125.72187.98161.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 81 (32.03% from 255) = 16.67%
BLUE value IS 232 (91.02% from 255) = 47.74%
R=35.60%
G=16.67%
B=47.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal173812320.250.6500.09276.5676.6561.37
HexAD51E81941091154d3d
Octal2551213503110101142511575
Binary10101101101000111101000110011000001010011000101011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51E8; }

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

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

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

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

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

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

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

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