#AC46DD

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

Shades of Medium Orchid #AC46DD

Tints of Medium Orchid #AC46DD

Color information

#AC46DD (or 0xAC46DD) is unknown color: approx Medium Orchid. HEX triplet: AC, 46 and DD. RGB value is (172,70,221). Sum of RGB (Red+Green+Blue) = 172+70+221=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46DD is #53B922. Grayscale: #757575. Windows color (decimal): -5486883 or 14501548. OLE color: 14501548.

HSL color Cylindrical-coordinate representation of color #AC46DD: hue angle of 280.53º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC46DD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17270221-
CMYK0.220.6800.13
HSL280.53º68.95%57.06%-
HSV(B)280.53º68.33%86.67%-
XYZ32.2518.3770.25-
YUV117.71186.29166.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 70 (27.73% from 255) = 15.12%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=37.15%
G=15.12%
B=47.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172702210.220.6800.13280.5368.9557.06
HexAC46DD16440D1194539
Octal2541063352610401543110571
Binary10101100100011011011101101101000100011011000110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46DD; }

 p { color: rgb(172,70,221); }

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

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

 a { background-color: rgb(172,70,221); }

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

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

 span { border-color: rgb(172,70,221); }

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