#AC56E9

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

Shades of Medium Orchid #AC56E9

Tints of Medium Orchid #AC56E9

Color information

#AC56E9 (or 0xAC56E9) is unknown color: approx Medium Orchid. HEX triplet: AC, 56 and E9. RGB value is (172,86,233). Sum of RGB (Red+Green+Blue) = 172+86+233=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC56E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC56E9 is #53A916. Grayscale: #7F7F7F. Windows color (decimal): -5482775 or 15292076. OLE color: 15292076.

HSL color Cylindrical-coordinate representation of color #AC56E9: hue angle of 275.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC56E9 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17286233-
CMYK0.260.6300.09
HSL275.1º76.96%62.55%-
HSV(B)275.1º63.09%91.37%-
XYZ35.0521.3179.36-
YUV128.47186.99159.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 86 (33.98% from 255) = 17.52%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=35.03%
G=17.52%
B=47.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172862330.260.6300.09275.176.9662.55
HexAC56E91A3F091134d3f
Octal254126351327701142311577
Binary1010110010101101110100111010111111010011000100111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC56E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC56E9; }

 p { color: rgb(172,86,233); }

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

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

 a { background-color: rgb(172,86,233); }

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

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

 span { border-color: rgb(172,86,233); }

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