#AC50C3

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

Shades of Medium Orchid #AC50C3

Tints of Medium Orchid #AC50C3

Color information

#AC50C3 (or 0xAC50C3) is unknown color: approx Medium Orchid. HEX triplet: AC, 50 and C3. RGB value is (172,80,195). Sum of RGB (Red+Green+Blue) = 172+80+195=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC50C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50C3 is #53AF3C. Grayscale: #787878. Windows color (decimal): -5484349 or 12800172. OLE color: 12800172.

HSL color Cylindrical-coordinate representation of color #AC50C3: hue angle of 288º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC50C3 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17280195-
CMYK0.120.5900.24
HSL288º48.94%53.92%-
HSV(B)288º58.97%76.47%-
XYZ29.7318.4553.62-
YUV120.62169.98164.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 80 (31.64% from 255) = 17.90%
BLUE value IS 195 (76.56% from 255) = 43.62%
R=38.48%
G=17.90%
B=43.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172801950.120.5900.2428848.9453.92
HexAC50C3C3B0181203136
Octal25412030314730304406166
Binary101011001010000110000111100111011011000100100000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50C3; }

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

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

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

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

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

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

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

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