#AC5BD5

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

Shades of Medium Orchid #AC5BD5

Tints of Medium Orchid #AC5BD5

Color information

#AC5BD5 (or 0xAC5BD5) is unknown color: approx Medium Orchid. HEX triplet: AC, 5B and D5. RGB value is (172,91,213). Sum of RGB (Red+Green+Blue) = 172+91+213=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC5BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BD5 is #53A42A. Grayscale: #808080. Windows color (decimal): -5481515 or 13982636. OLE color: 13982636.

HSL color Cylindrical-coordinate representation of color #AC5BD5: hue angle of 279.84º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5BD5 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17291213-
CMYK0.190.5700.16
HSL279.84º59.22%59.61%-
HSV(B)279.84º57.28%83.53%-
XYZ32.7621.0665.29-
YUV129.13175.34158.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 91 (35.94% from 255) = 19.12%
BLUE value IS 213 (83.59% from 255) = 44.75%
R=36.13%
G=19.12%
B=44.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172912130.190.5700.16279.8459.2259.61
HexAC5BD513390101183b3c
Octal25413332523710204307374
Binary1010110010110111101010110011111001010000100011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BD5; }

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

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

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

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

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

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

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

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