#AC5BE6

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

Shades of Medium Orchid #AC5BE6

Tints of Medium Orchid #AC5BE6

Color information

#AC5BE6 (or 0xAC5BE6) is unknown color: approx Medium Orchid. HEX triplet: AC, 5B and E6. RGB value is (172,91,230). Sum of RGB (Red+Green+Blue) = 172+91+230=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC5BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5BE6 is #53A419. Grayscale: #828282. Windows color (decimal): -5481498 or 15096748. OLE color: 15096748.

HSL color Cylindrical-coordinate representation of color #AC5BE6: hue angle of 274.96º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC5BE6 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17291230-
CMYK0.250.6000.10
HSL274.96º73.54%62.94%-
HSV(B)274.96º60.43%90.2%-
XYZ35.0421.9777.26-
YUV131.06183.84157.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 91 (35.94% from 255) = 18.46%
BLUE value IS 230 (90.23% from 255) = 46.65%
R=34.89%
G=18.46%
B=46.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal172912300.250.6000.10274.9673.5462.94
HexAC5BE6193C0A1134a3f
Octal254133346317401242311277
Binary1010110010110111110011011001111100010101000100111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BE6; }

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

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

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

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

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

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

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

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