#AC56CB

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

Shades of Medium Orchid #AC56CB

Tints of Medium Orchid #AC56CB

Color information

#AC56CB (or 0xAC56CB) is unknown color: approx Medium Orchid. HEX triplet: AC, 56 and CB. RGB value is (172,86,203). Sum of RGB (Red+Green+Blue) = 172+86+203=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56CB is #53A934. Grayscale: #7C7C7C. Windows color (decimal): -5482805 or 13325996. OLE color: 13325996.

HSL color Cylindrical-coordinate representation of color #AC56CB: hue angle of 284.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC56CB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17286203-
CMYK0.150.5800.20
HSL284.1º52.94%56.67%-
HSV(B)284.1º57.64%79.61%-
XYZ31.1219.7458.67-
YUV125.05171.99161.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=37.31%
G=18.66%
B=44.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172862030.150.5800.20284.152.9456.67
HexAC56CBF3A01411c3539
Octal25412631317720244346571
Binary101011001010110110010111111111010010100100011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC56CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC56CB; }

 p { color: rgb(172,86,203); }

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

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

 a { background-color: rgb(172,86,203); }

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

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

 span { border-color: rgb(172,86,203); }

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