#AC4EED

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

Shades of Medium Orchid #AC4EED

Tints of Medium Orchid #AC4EED

Color information

#AC4EED (or 0xAC4EED) is unknown color: approx Medium Orchid. HEX triplet: AC, 4E and ED. RGB value is (172,78,237). Sum of RGB (Red+Green+Blue) = 172+78+237=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EED is #53B112. Grayscale: #7B7B7B. Windows color (decimal): -5484819 or 15552172. OLE color: 15552172.

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

Color convert

RGB17278237-
CMYK0.270.6700.07
HSL275.47º81.54%61.76%-
HSV(B)275.47º67.09%92.94%-
XYZ35.0220.3382.2-
YUV124.23191.64162.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 78 (30.86% from 255) = 16.02%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=35.32%
G=16.02%
B=48.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172782370.270.6700.07275.4781.5461.76
HexAC4EED1B4307113523e
Octal254116355331030742312276
Binary1010110010011101110110111011100001101111000100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EED; }

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

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

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

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

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

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

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

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