#AC46EB

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

Shades of Medium Orchid #AC46EB

Tints of Medium Orchid #AC46EB

Color information

#AC46EB (or 0xAC46EB) is unknown color: approx Medium Orchid. HEX triplet: AC, 46 and EB. RGB value is (172,70,235). Sum of RGB (Red+Green+Blue) = 172+70+235=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC46EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC46EB is #53B914. Grayscale: #767676. Windows color (decimal): -5486869 or 15419052. OLE color: 15419052.

HSL color Cylindrical-coordinate representation of color #AC46EB: hue angle of 277.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC46EB is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17270235-
CMYK0.270.7000.08
HSL277.09º80.49%59.8%-
HSV(B)277.09º70.21%92.16%-
XYZ34.219.1580.49-
YUV119.31193.29165.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 70 (27.73% from 255) = 14.68%
BLUE value IS 235 (92.19% from 255) = 49.27%
R=36.06%
G=14.68%
B=49.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal172702350.270.7000.08277.0980.4959.8
HexAC46EB1B4608115503c
Octal2541063533310601042512074
Binary10101100100011011101011110111000110010001000101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46EB; }

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

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

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

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

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

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

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

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