#ad4cf2

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

Shades of Medium Orchid #AD4CF2

Tints of Medium Orchid #AD4CF2

Color information

#AD4CF2 (or 0xAD4CF2) is unknown color: approx Medium Orchid. HEX triplet: AD, 4C and F2. RGB value is (173,76,242). Sum of RGB (Red+Green+Blue) = 173+76+242=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CF2 is #52B30D. Grayscale: #7B7B7B. Windows color (decimal): -5419790 or 15879341. OLE color: 15879341.

HSL color Cylindrical-coordinate representation of color #AD4CF2: hue angle of 275.06º degrees, saturation: 0.86, 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 #AD4CF2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17376242-
CMYK0.290.6900.05
HSL275.06º86.46%62.35%-
HSV(B)275.06º68.6%94.9%-
XYZ35.8520.4686.07-
YUV123.93194.64163-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 76 (30.08% from 255) = 15.48%
BLUE value IS 242 (94.92% from 255) = 49.29%
R=35.23%
G=15.48%
B=49.29%

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
Decimal173762420.290.6900.05275.0686.4662.35
HexAD4CF21D4505113563e
Octal255114362351050542312676
Binary1010110110011001111001011101100010101011000100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4cf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4cf2; }

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

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

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

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

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

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

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

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