#AC46F3

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

Shades of Medium Orchid #AC46F3

Tints of Medium Orchid #AC46F3

Color information

#AC46F3 (or 0xAC46F3) is unknown color: approx Medium Orchid. HEX triplet: AC, 46 and F3. RGB value is (172,70,243). Sum of RGB (Red+Green+Blue) = 172+70+243=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC46F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC46F3 is #53B90C. Grayscale: #777777. Windows color (decimal): -5486861 or 15943340. OLE color: 15943340.

HSL color Cylindrical-coordinate representation of color #AC46F3: hue angle of 275.38º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC46F3 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17270243-
CMYK0.290.7100.05
HSL275.38º87.82%61.37%-
HSV(B)275.38º71.19%95.29%-
XYZ35.3819.6286.72-
YUV120.22197.29164.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 70 (27.73% from 255) = 14.43%
BLUE value IS 243 (95.31% from 255) = 50.10%
R=35.46%
G=14.43%
B=50.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172702430.290.7100.05275.3887.8261.37
HexAC46F31D4705113583d
Octal254106363351070542313075
Binary1010110010001101111001111101100011101011000100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46F3; }

 p { color: rgb(172,70,243); }

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

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

 a { background-color: rgb(172,70,243); }

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

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

 span { border-color: rgb(172,70,243); }

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