#AD4AF0

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

Shades of Medium Orchid #AD4AF0

Tints of Medium Orchid #AD4AF0

Color information

#AD4AF0 (or 0xAD4AF0) is unknown color: approx Medium Orchid. HEX triplet: AD, 4A and F0. RGB value is (173,74,240). Sum of RGB (Red+Green+Blue) = 173+74+240=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD4AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AF0 is #52B50F. Grayscale: #797979. Windows color (decimal): -5420304 or 15747757. OLE color: 15747757.

HSL color Cylindrical-coordinate representation of color #AD4AF0: hue angle of 275.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4AF0 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17374240-
CMYK0.280.6900.06
HSL275.78º84.69%61.57%-
HSV(B)275.78º69.17%94.12%-
XYZ35.4120.0784.45-
YUV122.52194.3164-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 74 (29.30% from 255) = 15.20%
BLUE value IS 240 (94.14% from 255) = 49.28%
R=35.52%
G=15.20%
B=49.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal173742400.280.6900.06275.7884.6961.57
HexAD4AF01C4506114553e
Octal255112360341050642412576
Binary1010110110010101111000011100100010101101000101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4AF0; }

 p { color: rgb(173,74,240); }

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

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

 a { background-color: rgb(173,74,240); }

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

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

 span { border-color: rgb(173,74,240); }

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