#AC55C7

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

Shades of Medium Orchid #AC55C7

Tints of Medium Orchid #AC55C7

Color information

#AC55C7 (or 0xAC55C7) is unknown color: approx Medium Orchid. HEX triplet: AC, 55 and C7. RGB value is (172,85,199). Sum of RGB (Red+Green+Blue) = 172+85+199=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC55C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55C7 is #53AA38. Grayscale: #7B7B7B. Windows color (decimal): -5483065 or 13063596. OLE color: 13063596.

HSL color Cylindrical-coordinate representation of color #AC55C7: hue angle of 285.79º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC55C7 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17285199-
CMYK0.140.5700.22
HSL285.79º50.44%55.69%-
HSV(B)285.79º57.29%78.04%-
XYZ30.5719.3956.16-
YUV124.01170.32162.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 199 (78.12% from 255) = 43.64%
R=37.72%
G=18.64%
B=43.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172851990.140.5700.22285.7950.4455.69
HexAC55C7E3901611e3238
Octal25412530716710264366270
Binary101011001010101110001111110111001010110100011110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC55C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC55C7; }

 p { color: rgb(172,85,199); }

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

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

 a { background-color: rgb(172,85,199); }

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

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

 span { border-color: rgb(172,85,199); }

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