#AC5BC4

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

Shades of Medium Orchid #AC5BC4

Tints of Medium Orchid #AC5BC4

Color information

#AC5BC4 (or 0xAC5BC4) is unknown color: approx Medium Orchid. HEX triplet: AC, 5B and C4. RGB value is (172,91,196). Sum of RGB (Red+Green+Blue) = 172+91+196=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC5BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BC4 is #53A43B. Grayscale: #7E7E7E. Windows color (decimal): -5481532 or 12868524. OLE color: 12868524.

HSL color Cylindrical-coordinate representation of color #AC5BC4: hue angle of 286.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC5BC4 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17291196-
CMYK0.120.5400.23
HSL286.29º47.09%56.27%-
HSV(B)286.29º53.57%76.86%-
XYZ30.7220.2454.51-
YUV127.19166.84159.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=37.47%
G=19.83%
B=42.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172911960.120.5400.23286.2947.0956.27
HexAC5BC4C3601711e2f38
Octal25413330414660274365770
Binary101011001011011110001001100110110010111100011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BC4; }

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

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

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

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

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

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

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

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