#AC4CCC

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

Shades of Medium Orchid #AC4CCC

Tints of Medium Orchid #AC4CCC

Color information

#AC4CCC (or 0xAC4CCC) is unknown color: approx Medium Orchid. HEX triplet: AC, 4C and CC. RGB value is (172,76,204). Sum of RGB (Red+Green+Blue) = 172+76+204=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CCC is #53B333. Grayscale: #767676. Windows color (decimal): -5485364 or 13388972. OLE color: 13388972.

HSL color Cylindrical-coordinate representation of color #AC4CCC: hue angle of 285º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4CCC is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17276204-
CMYK0.160.6300.2
HSL285º55.65%54.9%-
HSV(B)285º62.75%80%-
XYZ30.518.359.05-
YUV119.3175.8165.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 76 (30.08% from 255) = 16.81%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=38.05%
G=16.81%
B=45.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172762040.160.6300.228555.6554.9
HexAC4CCC103F01411d3837
Octal25411431420770244357067
Binary1010110010011001100110010000111111010100100011101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4CCC; }

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

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

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

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

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

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

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

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