#AD45FD

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

Shades of Medium Orchid #AD45FD

Tints of Medium Orchid #AD45FD

Color information

#AD45FD (or 0xAD45FD) is unknown color: approx Medium Orchid. HEX triplet: AD, 45 and FD. RGB value is (173,69,253). Sum of RGB (Red+Green+Blue) = 173+69+253=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD45FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45FD is #52BA02. Grayscale: #787878. Windows color (decimal): -5421571 or 16598445. OLE color: 16598445.

HSL color Cylindrical-coordinate representation of color #AD45FD: hue angle of 273.91º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD45FD is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17369253-
CMYK0.320.7300.01
HSL273.91º97.87%63.14%-
HSV(B)273.91º72.73%99.22%-
XYZ37.0920.2394.88-
YUV121.07202.46165.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 69 (27.34% from 255) = 13.94%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=34.95%
G=13.94%
B=51.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal173692530.320.7300.01273.9197.8763.14
HexAD45FD204901112623f
Octal255105375401110142214277
Binary101011011000101111111011000001001001011000100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD45FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD45FD; }

 p { color: rgb(173,69,253); }

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

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

 a { background-color: rgb(173,69,253); }

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

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

 span { border-color: rgb(173,69,253); }

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