#AD48FD

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

Shades of Medium Orchid #AD48FD

Tints of Medium Orchid #AD48FD

Color information

#AD48FD (or 0xAD48FD) is unknown color: approx Medium Orchid. HEX triplet: AD, 48 and FD. RGB value is (173,72,253). Sum of RGB (Red+Green+Blue) = 173+72+253=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD48FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD48FD is #52B702. Grayscale: #7A7A7A. Windows color (decimal): -5420803 or 16599213. OLE color: 16599213.

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

Color convert

RGB17372253-
CMYK0.320.7200.01
HSL273.48º97.84%63.73%-
HSV(B)273.48º71.54%99.22%-
XYZ37.2820.6194.94-
YUV122.83201.46163.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 72 (28.52% from 255) = 14.46%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=34.74%
G=14.46%
B=50.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal173722530.320.7200.01273.4897.8463.73
HexAD48FD2048011116240
Octal2551103754011001421142100
Binary1010110110010001111110110000010010000110001000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD48FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD48FD; }

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

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

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

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

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

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

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

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