#AD4AF2

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

Shades of Medium Orchid #AD4AF2

Tints of Medium Orchid #AD4AF2

Color information

#AD4AF2 (or 0xAD4AF2) is unknown color: approx Medium Orchid. HEX triplet: AD, 4A and F2. RGB value is (173,74,242). Sum of RGB (Red+Green+Blue) = 173+74+242=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD4AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AF2 is #52B50D. Grayscale: #7A7A7A. Windows color (decimal): -5420302 or 15878829. OLE color: 15878829.

HSL color Cylindrical-coordinate representation of color #AD4AF2: hue angle of 275.36º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4AF2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17374242-
CMYK0.290.6900.05
HSL275.36º86.6%61.96%-
HSV(B)275.36º69.42%94.9%-
XYZ35.7120.1986.02-
YUV122.75195.3163.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 74 (29.30% from 255) = 15.13%
BLUE value IS 242 (94.92% from 255) = 49.49%
R=35.38%
G=15.13%
B=49.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173742420.290.6900.05275.3686.661.96
HexAD4AF21D4505113573e
Octal255112362351050542312776
Binary1010110110010101111001011101100010101011000100111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4AF2; }

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

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

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

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

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

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

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

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