#AD43CF

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

Shades of Medium Orchid #AD43CF

Tints of Medium Orchid #AD43CF

Color information

#AD43CF (or 0xAD43CF) is unknown color: approx Medium Orchid. HEX triplet: AD, 43 and CF. RGB value is (173,67,207). Sum of RGB (Red+Green+Blue) = 173+67+207=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43CF is #52BC30. Grayscale: #727272. Windows color (decimal): -5422129 or 13583277. OLE color: 13583277.

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

Color convert

RGB17367207-
CMYK0.160.6800.19
HSL285.43º59.32%53.73%-
HSV(B)285.43º67.63%81.18%-
XYZ30.517.460.78-
YUV114.65180.12169.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 67 (26.56% from 255) = 14.99%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=38.70%
G=14.99%
B=46.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173672070.160.6800.19285.4359.3253.73
HexAD43CF104401311d3b36
Octal255103317201040234357366
Binary10101101100001111001111100001000100010011100011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD43CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD43CF; }

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

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

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

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

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

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

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

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