#AC5BD8

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

Shades of Medium Orchid #AC5BD8

Tints of Medium Orchid #AC5BD8

Color information

#AC5BD8 (or 0xAC5BD8) is unknown color: approx Medium Orchid. HEX triplet: AC, 5B and D8. RGB value is (172,91,216). Sum of RGB (Red+Green+Blue) = 172+91+216=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC5BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BD8 is #53A427. Grayscale: #818181. Windows color (decimal): -5481512 or 14179244. OLE color: 14179244.

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

Color convert

RGB17291216-
CMYK0.200.5800.15
HSL278.88º61.58%60.2%-
HSV(B)278.88º57.87%84.71%-
XYZ33.1521.2167.31-
YUV129.47176.84158.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 91 (35.94% from 255) = 19.00%
BLUE value IS 216 (84.77% from 255) = 45.09%
R=35.91%
G=19.00%
B=45.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172912160.200.5800.15278.8861.5860.2
HexAC5BD8143A0F1173e3c
Octal25413333024720174277674
Binary101011001011011110110001010011101001111100010111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BD8; }

 p { color: rgb(172,91,216); }

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

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

 a { background-color: rgb(172,91,216); }

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

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

 span { border-color: rgb(172,91,216); }

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