#AD41CF

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

Shades of Medium Orchid #AD41CF

Tints of Medium Orchid #AD41CF

Color information

#AD41CF (or 0xAD41CF) is unknown color: approx Medium Orchid. HEX triplet: AD, 41 and CF. RGB value is (173,65,207). Sum of RGB (Red+Green+Blue) = 173+65+207=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41CF is #52BE30. Grayscale: #717171. Windows color (decimal): -5422641 or 13582765. OLE color: 13582765.

HSL color Cylindrical-coordinate representation of color #AD41CF: hue angle of 285.63º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD41CF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17365207-
CMYK0.160.6900.19
HSL285.63º59.66%53.33%-
HSV(B)285.63º68.6%81.18%-
XYZ30.3917.1760.74-
YUV113.48180.78170.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=38.88%
G=14.61%
B=46.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173652070.160.6900.19285.6359.6653.33
HexAD41CF104501311e3c35
Octal255101317201050234367465
Binary10101101100000111001111100001000101010011100011110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD41CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD41CF; }

 p { color: rgb(173,65,207); }

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

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

 a { background-color: rgb(173,65,207); }

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

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

 span { border-color: rgb(173,65,207); }

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