#AD4BDD

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

Shades of Medium Orchid #AD4BDD

Tints of Medium Orchid #AD4BDD

Color information

#AD4BDD (or 0xAD4BDD) is unknown color: approx Medium Orchid. HEX triplet: AD, 4B and DD. RGB value is (173,75,221). Sum of RGB (Red+Green+Blue) = 173+75+221=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BDD is #52B422. Grayscale: #787878. Windows color (decimal): -5420067 or 14502829. OLE color: 14502829.

HSL color Cylindrical-coordinate representation of color #AD4BDD: hue angle of 280.27º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4BDD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17375221-
CMYK0.220.6600.13
HSL280.27º68.22%58.04%-
HSV(B)280.27º66.06%86.67%-
XYZ32.819.1470.37-
YUV120.95184.47165.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=36.89%
G=15.99%
B=47.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173752210.220.6600.13280.2768.2258.04
HexAD4BDD16420D118443a
Octal2551133352610201543010472
Binary10101101100101111011101101101000010011011000110001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4BDD; }

 p { color: rgb(173,75,221); }

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

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

 a { background-color: rgb(173,75,221); }

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

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

 span { border-color: rgb(173,75,221); }

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