#AC64C6

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

Shades of Medium Orchid #AC64C6

Tints of Medium Orchid #AC64C6

Color information

#AC64C6 (or 0xAC64C6) is unknown color: approx Medium Orchid. HEX triplet: AC, 64 and C6. RGB value is (172,100,198). Sum of RGB (Red+Green+Blue) = 172+100+198=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC64C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64C6 is #539B39. Grayscale: #848484. Windows color (decimal): -5479226 or 13001900. OLE color: 13001900.

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

Color convert

RGB172100198-
CMYK0.130.4900.22
HSL284.08º46.23%58.43%-
HSV(B)284.08º49.49%77.65%-
XYZ31.7621.9655.99-
YUV132.7164.85156.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=36.60%
G=21.28%
B=42.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721001980.130.4900.22284.0846.2358.43
HexAC64C6D3101611c2e3a
Octal25414430615610264345672
Binary101011001100100110001101101110001010110100011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64C6; }

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

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

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

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

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

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

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

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