#AC51FC

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

Shades of Medium Orchid #AC51FC

Tints of Medium Orchid #AC51FC

Color information

#AC51FC (or 0xAC51FC) is unknown color: approx Medium Orchid. HEX triplet: AC, 51 and FC. RGB value is (172,81,252). Sum of RGB (Red+Green+Blue) = 172+81+252=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC51FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51FC is #53AE03. Grayscale: #7F7F7F. Windows color (decimal): -5484036 or 16535980. OLE color: 16535980.

HSL color Cylindrical-coordinate representation of color #AC51FC: hue angle of 271.93º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC51FC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17281252-
CMYK0.320.6800.01
HSL271.93º96.61%65.29%-
HSV(B)271.93º67.86%98.82%-
XYZ37.5321.6894.3-
YUV127.7198.15159.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 81 (32.03% from 255) = 16.04%
BLUE value IS 252 (98.83% from 255) = 49.90%
R=34.06%
G=16.04%
B=49.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172812520.320.6800.01271.9396.6165.29
HexAC51FC2044011106141
Octal2541213744010401420141101
Binary1010110010100011111110010000010001000110001000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51FC; }

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

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

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

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

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

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

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

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