#AC4AC4

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

Shades of Medium Orchid #AC4AC4

Tints of Medium Orchid #AC4AC4

Color information

#AC4AC4 (or 0xAC4AC4) is unknown color: approx Medium Orchid. HEX triplet: AC, 4A and C4. RGB value is (172,74,196). Sum of RGB (Red+Green+Blue) = 172+74+196=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC4AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4AC4 is #53B53B. Grayscale: #747474. Windows color (decimal): -5485884 or 12864172. OLE color: 12864172.

HSL color Cylindrical-coordinate representation of color #AC4AC4: hue angle of 288.2º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4AC4 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17274196-
CMYK0.120.6200.23
HSL288.2º50.83%52.94%-
HSV(B)288.2º62.24%76.86%-
XYZ29.4317.6554.08-
YUV117.21172.47167.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 74 (29.30% from 255) = 16.74%
BLUE value IS 196 (76.95% from 255) = 44.34%
R=38.91%
G=16.74%
B=44.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172741960.120.6200.23288.250.8352.94
HexAC4AC4C3E0171203335
Octal25411230414760274406365
Binary101011001001010110001001100111110010111100100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4AC4; }

 p { color: rgb(172,74,196); }

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

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

 a { background-color: rgb(172,74,196); }

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

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

 span { border-color: rgb(172,74,196); }

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