#AC64C4

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

Shades of Medium Orchid #AC64C4

Tints of Medium Orchid #AC64C4

Color information

#AC64C4 (or 0xAC64C4) is unknown color: approx Medium Orchid. HEX triplet: AC, 64 and C4. RGB value is (172,100,196). Sum of RGB (Red+Green+Blue) = 172+100+196=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC64C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64C4 is #539B3B. Grayscale: #848484. Windows color (decimal): -5479228 or 12870828. OLE color: 12870828.

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

Color convert

RGB172100196-
CMYK0.120.4900.23
HSL285º44.86%58.04%-
HSV(B)285º48.98%76.86%-
XYZ31.5321.8754.78-
YUV132.47163.85156.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=36.75%
G=21.37%
B=41.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721001960.120.4900.2328544.8658.04
HexAC64C4C3101711d2d3a
Octal25414430414610274355572
Binary101011001100100110001001100110001010111100011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64C4; }

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

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

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

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

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

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

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

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