#AC4FD5

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

Shades of Medium Orchid #AC4FD5

Tints of Medium Orchid #AC4FD5

Color information

#AC4FD5 (or 0xAC4FD5) is unknown color: approx Medium Orchid. HEX triplet: AC, 4F and D5. RGB value is (172,79,213). Sum of RGB (Red+Green+Blue) = 172+79+213=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC4FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FD5 is #53B02A. Grayscale: #797979. Windows color (decimal): -5484587 or 13979564. OLE color: 13979564.

HSL color Cylindrical-coordinate representation of color #AC4FD5: hue angle of 281.64º degrees, saturation: 0.61, 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 #AC4FD5 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17279213-
CMYK0.190.6300.16
HSL281.64º61.47%57.25%-
HSV(B)281.64º62.91%83.53%-
XYZ31.8219.1764.97-
YUV122.08179.31163.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 79 (31.25% from 255) = 17.03%
BLUE value IS 213 (83.59% from 255) = 45.91%
R=37.07%
G=17.03%
B=45.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172792130.190.6300.16281.6461.4757.25
HexAC4FD5133F01011a3d39
Octal25411732523770204327571
Binary1010110010011111101010110011111111010000100011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4FD5; }

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

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

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

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

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

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

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

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