#AC4EFC

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

Shades of Medium Orchid #AC4EFC

Tints of Medium Orchid #AC4EFC

Color information

#AC4EFC (or 0xAC4EFC) is unknown color: approx Medium Orchid. HEX triplet: AC, 4E and FC. RGB value is (172,78,252). Sum of RGB (Red+Green+Blue) = 172+78+252=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EFC is #53B103. Grayscale: #7D7D7D. Windows color (decimal): -5484804 or 16535212. OLE color: 16535212.

HSL color Cylindrical-coordinate representation of color #AC4EFC: hue angle of 272.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4EFC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17278252-
CMYK0.320.6900.01
HSL272.41º96.67%64.71%-
HSV(B)272.41º69.05%98.82%-
XYZ37.3121.2594.23-
YUV125.94199.14160.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 78 (30.86% from 255) = 15.54%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=34.26%
G=15.54%
B=50.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172782520.320.6900.01272.4196.6764.71
HexAC4EFC2045011106141
Octal2541163744010501420141101
Binary1010110010011101111110010000010001010110001000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EFC; }

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

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

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

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

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

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

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

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