#AC4ED8

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

Shades of Medium Orchid #AC4ED8

Tints of Medium Orchid #AC4ED8

Color information

#AC4ED8 (or 0xAC4ED8) is unknown color: approx Medium Orchid. HEX triplet: AC, 4E and D8. RGB value is (172,78,216). Sum of RGB (Red+Green+Blue) = 172+78+216=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC4ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ED8 is #53B127. Grayscale: #797979. Windows color (decimal): -5484840 or 14175916. OLE color: 14175916.

HSL color Cylindrical-coordinate representation of color #AC4ED8: hue angle of 280.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4ED8 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17278216-
CMYK0.200.6400.15
HSL280.87º63.89%57.65%-
HSV(B)280.87º63.89%84.71%-
XYZ32.1319.1866.97-
YUV121.84181.14163.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 78 (30.86% from 255) = 16.74%
BLUE value IS 216 (84.77% from 255) = 46.35%
R=36.91%
G=16.74%
B=46.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172782160.200.6400.15280.8763.8957.65
HexAC4ED814400F119403a
Octal2541163302410001743110072
Binary10101100100111011011000101001000000011111000110011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4ED8; }

 p { color: rgb(172,78,216); }

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

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

 a { background-color: rgb(172,78,216); }

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

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

 span { border-color: rgb(172,78,216); }

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