#AC4FC9

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

Shades of Medium Orchid #AC4FC9

Tints of Medium Orchid #AC4FC9

Color information

#AC4FC9 (or 0xAC4FC9) is unknown color: approx Medium Orchid. HEX triplet: AC, 4F and C9. RGB value is (172,79,201). Sum of RGB (Red+Green+Blue) = 172+79+201=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC4FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FC9 is #53B036. Grayscale: #787878. Windows color (decimal): -5484599 or 13193132. OLE color: 13193132.

HSL color Cylindrical-coordinate representation of color #AC4FC9: hue angle of 285.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4FC9 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17279201-
CMYK0.140.6100.21
HSL285.74º53.04%54.9%-
HSV(B)285.74º60.7%78.82%-
XYZ30.3518.5857.24-
YUV120.71173.31164.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 79 (31.25% from 255) = 17.48%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=38.05%
G=17.48%
B=44.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172792010.140.6100.21285.7453.0454.9
HexAC4FC9E3D01511e3537
Octal25411731116750254366567
Binary101011001001111110010011110111101010101100011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4FC9; }

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

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

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

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

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

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

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

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