#AC50C5

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

Shades of Medium Orchid #AC50C5

Tints of Medium Orchid #AC50C5

Color information

#AC50C5 (or 0xAC50C5) is unknown color: approx Medium Orchid. HEX triplet: AC, 50 and C5. RGB value is (172,80,197). Sum of RGB (Red+Green+Blue) = 172+80+197=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC50C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50C5 is #53AF3A. Grayscale: #787878. Windows color (decimal): -5484347 or 12931244. OLE color: 12931244.

HSL color Cylindrical-coordinate representation of color #AC50C5: hue angle of 287.18º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC50C5 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17280197-
CMYK0.130.5900.23
HSL287.18º50.21%54.31%-
HSV(B)287.18º59.39%77.25%-
XYZ29.9618.5454.82-
YUV120.85170.98164.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 80 (31.64% from 255) = 17.82%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=38.31%
G=17.82%
B=43.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172801970.130.5900.23287.1850.2154.31
HexAC50C5D3B01711f3236
Octal25412030515730274376266
Binary101011001010000110001011101111011010111100011111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50C5; }

 p { color: rgb(172,80,197); }

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

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

 a { background-color: rgb(172,80,197); }

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

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

 span { border-color: rgb(172,80,197); }

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