#AC51ED

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

Shades of Medium Orchid #AC51ED

Tints of Medium Orchid #AC51ED

Color information

#AC51ED (or 0xAC51ED) is unknown color: approx Medium Orchid. HEX triplet: AC, 51 and ED. RGB value is (172,81,237). Sum of RGB (Red+Green+Blue) = 172+81+237=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51ED is #53AE12. Grayscale: #7D7D7D. Windows color (decimal): -5484051 or 15552940. OLE color: 15552940.

HSL color Cylindrical-coordinate representation of color #AC51ED: hue angle of 275º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC51ED is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17281237-
CMYK0.270.6600.07
HSL275º81.25%62.35%-
HSV(B)275º65.82%92.94%-
XYZ35.2420.7782.27-
YUV125.99190.65160.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 237 (92.97% from 255) = 48.37%
R=35.10%
G=16.53%
B=48.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172812370.270.6600.0727581.2562.35
HexAC51ED1B4207113513e
Octal254121355331020742312176
Binary1010110010100011110110111011100001001111000100111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51ED; }

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

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

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

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

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

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

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

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