#AC61C6

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

Shades of Medium Orchid #AC61C6

Tints of Medium Orchid #AC61C6

Color information

#AC61C6 (or 0xAC61C6) is unknown color: approx Medium Orchid. HEX triplet: AC, 61 and C6. RGB value is (172,97,198). Sum of RGB (Red+Green+Blue) = 172+97+198=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC61C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C6 is #539E39. Grayscale: #828282. Windows color (decimal): -5479994 or 13001132. OLE color: 13001132.

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

Color convert

RGB17297198-
CMYK0.130.5100.22
HSL284.55º46.98%57.84%-
HSV(B)284.55º51.01%77.65%-
XYZ31.4821.455.9-
YUV130.94165.85157.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 198 (77.73% from 255) = 42.40%
R=36.83%
G=20.77%
B=42.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172971980.130.5100.22284.5546.9857.84
HexAC61C6D3301611d2f3a
Octal25414130615630264355772
Binary101011001100001110001101101110011010110100011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61C6; }

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

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

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

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

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

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

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

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