#AD42F2

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

Shades of Medium Orchid #AD42F2

Tints of Medium Orchid #AD42F2

Color information

#AD42F2 (or 0xAD42F2) is unknown color: approx Medium Orchid. HEX triplet: AD, 42 and F2. RGB value is (173,66,242). Sum of RGB (Red+Green+Blue) = 173+66+242=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD42F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42F2 is #52BD0D. Grayscale: #757575. Windows color (decimal): -5422350 or 15876781. OLE color: 15876781.

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

Color convert

RGB17366242-
CMYK0.290.7300.05
HSL276.48º87.13%60.39%-
HSV(B)276.48º72.73%94.9%-
XYZ35.2119.1985.85-
YUV118.06197.95167.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 66 (26.17% from 255) = 13.72%
BLUE value IS 242 (94.92% from 255) = 50.31%
R=35.97%
G=13.72%
B=50.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173662420.290.7300.05276.4887.1360.39
HexAD42F21D4905114573c
Octal255102362351110542412774
Binary1010110110000101111001011101100100101011000101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD42F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD42F2; }

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

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

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

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

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

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

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

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