#AC51F6

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

Shades of Medium Orchid #AC51F6

Tints of Medium Orchid #AC51F6

Color information

#AC51F6 (or 0xAC51F6) is unknown color: approx Medium Orchid. HEX triplet: AC, 51 and F6. RGB value is (172,81,246). Sum of RGB (Red+Green+Blue) = 172+81+246=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC51F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51F6 is #53AE09. Grayscale: #7E7E7E. Windows color (decimal): -5484042 or 16142764. OLE color: 16142764.

HSL color Cylindrical-coordinate representation of color #AC51F6: hue angle of 273.09º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC51F6 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17281246-
CMYK0.300.6700.04
HSL273.09º90.16%64.12%-
HSV(B)273.09º67.07%96.47%-
XYZ36.5921.3189.37-
YUV127.02195.15160.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 81 (32.03% from 255) = 16.23%
BLUE value IS 246 (96.48% from 255) = 49.30%
R=34.47%
G=16.23%
B=49.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172812460.300.6700.04273.0990.1664.12
HexAC51F61E43041115a40
Octal2541213663610304421132100
Binary10101100101000111110110111101000011010010001000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51F6; }

 p { color: rgb(172,81,246); }

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

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

 a { background-color: rgb(172,81,246); }

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

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

 span { border-color: rgb(172,81,246); }

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