#ac4cc2

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

Shades of Medium Orchid #AC4CC2

Tints of Medium Orchid #AC4CC2

Color information

#AC4CC2 (or 0xAC4CC2) is unknown color: approx Medium Orchid. HEX triplet: AC, 4C and C2. RGB value is (172,76,194). Sum of RGB (Red+Green+Blue) = 172+76+194=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC4CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CC2 is #53B33D. Grayscale: #757575. Windows color (decimal): -5485374 or 12733612. OLE color: 12733612.

HSL color Cylindrical-coordinate representation of color #AC4CC2: hue angle of 288.81º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4CC2 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17276194-
CMYK0.110.6100.24
HSL288.81º49.17%52.94%-
HSV(B)288.81º60.82%76.08%-
XYZ29.3417.8352.94-
YUV118.16170.8166.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 194 (76.17% from 255) = 43.89%
R=38.91%
G=17.19%
B=43.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172761940.110.6100.24288.8149.1752.94
HexAC4CC2B3D0181213135
Octal25411430213750304416165
Binary101011001001100110000101011111101011000100100001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4cc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4cc2; }

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

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

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

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

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

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

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

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