#AC4FCA

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

Shades of Medium Orchid #AC4FCA

Tints of Medium Orchid #AC4FCA

Color information

#AC4FCA (or 0xAC4FCA) is unknown color: approx Medium Orchid. HEX triplet: AC, 4F and CA. RGB value is (172,79,202). Sum of RGB (Red+Green+Blue) = 172+79+202=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC4FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FCA is #53B035. Grayscale: #787878. Windows color (decimal): -5484598 or 13258668. OLE color: 13258668.

HSL color Cylindrical-coordinate representation of color #AC4FCA: hue angle of 285.37º degrees, saturation: 0.54, 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 #AC4FCA is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17279202-
CMYK0.150.6100.21
HSL285.37º53.71%55.1%-
HSV(B)285.37º60.89%79.22%-
XYZ30.4718.6357.87-
YUV120.83173.81164.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 79 (31.25% from 255) = 17.44%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=37.97%
G=17.44%
B=44.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172792020.150.6100.21285.3753.7155.1
HexAC4FCAF3D01511d3637
Octal25411731217750254356667
Binary101011001001111110010101111111101010101100011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4FCA; }

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

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

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

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

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

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

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

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