#AC4FD6

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

Shades of Medium Orchid #AC4FD6

Tints of Medium Orchid #AC4FD6

Color information

#AC4FD6 (or 0xAC4FD6) is unknown color: approx Medium Orchid. HEX triplet: AC, 4F and D6. RGB value is (172,79,214). Sum of RGB (Red+Green+Blue) = 172+79+214=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC4FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FD6 is #53B029. Grayscale: #797979. Windows color (decimal): -5484586 or 14045100. OLE color: 14045100.

HSL color Cylindrical-coordinate representation of color #AC4FD6: hue angle of 281.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4FD6 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17279214-
CMYK0.200.6300.16
HSL281.33º62.21%57.45%-
HSV(B)281.33º63.08%83.92%-
XYZ31.9519.2265.64-
YUV122.2179.81163.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 79 (31.25% from 255) = 16.99%
BLUE value IS 214 (83.98% from 255) = 46.02%
R=36.99%
G=16.99%
B=46.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172792140.200.6300.16281.3362.2157.45
HexAC4FD6143F0101193e39
Octal25411732624770204317671
Binary1010110010011111101011010100111111010000100011001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4FD6; }

 p { color: rgb(172,79,214); }

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

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

 a { background-color: rgb(172,79,214); }

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

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

 span { border-color: rgb(172,79,214); }

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