#AC40EB

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

Shades of Medium Orchid #AC40EB

Tints of Medium Orchid #AC40EB

Color information

#AC40EB (or 0xAC40EB) is unknown color: approx Medium Orchid. HEX triplet: AC, 40 and EB. RGB value is (172,64,235). Sum of RGB (Red+Green+Blue) = 172+64+235=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC40EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40EB is #53BF14. Grayscale: #737373. Windows color (decimal): -5488405 or 15417516. OLE color: 15417516.

HSL color Cylindrical-coordinate representation of color #AC40EB: hue angle of 277.89º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC40EB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17264235-
CMYK0.270.7300.08
HSL277.89º81.04%58.63%-
HSV(B)277.89º72.77%92.16%-
XYZ33.8418.4480.37-
YUV115.79195.28168.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 64 (25.39% from 255) = 13.59%
BLUE value IS 235 (92.19% from 255) = 49.89%
R=36.52%
G=13.59%
B=49.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal172642350.270.7300.08277.8981.0458.63
HexAC40EB1B4908116513b
Octal2541003533311101042612173
Binary10101100100000011101011110111001001010001000101101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40EB; }

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

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

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

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

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

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

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

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