#AC44F4

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

Shades of Medium Orchid #AC44F4

Tints of Medium Orchid #AC44F4

Color information

#AC44F4 (or 0xAC44F4) is unknown color: approx Medium Orchid. HEX triplet: AC, 44 and F4. RGB value is (172,68,244). Sum of RGB (Red+Green+Blue) = 172+68+244=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC44F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC44F4 is #53BB0B. Grayscale: #767676. Windows color (decimal): -5487372 or 16008364. OLE color: 16008364.

HSL color Cylindrical-coordinate representation of color #AC44F4: hue angle of 275.45º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC44F4 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17268244-
CMYK0.300.7200.04
HSL275.45º88.89%61.18%-
HSV(B)275.45º72.13%95.69%-
XYZ35.4119.4487.47-
YUV119.16198.46165.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 68 (26.95% from 255) = 14.05%
BLUE value IS 244 (95.70% from 255) = 50.41%
R=35.54%
G=14.05%
B=50.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172682440.300.7200.04275.4588.8961.18
HexAC44F41E4804113593d
Octal254104364361100442313175
Binary1010110010001001111010011110100100001001000100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC44F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC44F4; }

 p { color: rgb(172,68,244); }

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

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

 a { background-color: rgb(172,68,244); }

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

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

 span { border-color: rgb(172,68,244); }

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