#AC4CDD

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

Shades of Medium Orchid #AC4CDD

Tints of Medium Orchid #AC4CDD

Color information

#AC4CDD (or 0xAC4CDD) is unknown color: approx Medium Orchid. HEX triplet: AC, 4C and DD. RGB value is (172,76,221). Sum of RGB (Red+Green+Blue) = 172+76+221=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CDD is #53B322. Grayscale: #787878. Windows color (decimal): -5485347 or 14503084. OLE color: 14503084.

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

Color convert

RGB17276221-
CMYK0.220.6600.13
HSL279.72º68.08%58.24%-
HSV(B)279.72º65.61%86.67%-
XYZ32.6519.1670.38-
YUV121.23184.3164.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 76 (30.08% from 255) = 16.20%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=36.67%
G=16.20%
B=47.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172762210.220.6600.13279.7268.0858.24
HexAC4CDD16420D118443a
Octal2541143352610201543010472
Binary10101100100110011011101101101000010011011000110001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4CDD; }

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

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

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

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

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

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

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

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