#ac5cc3

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

Shades of Medium Orchid #AC5CC3

Tints of Medium Orchid #AC5CC3

Color information

#AC5CC3 (or 0xAC5CC3) is unknown color: approx Medium Orchid. HEX triplet: AC, 5C and C3. RGB value is (172,92,195). Sum of RGB (Red+Green+Blue) = 172+92+195=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC5CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CC3 is #53A33C. Grayscale: #7F7F7F. Windows color (decimal): -5481277 or 12803244. OLE color: 12803244.

HSL color Cylindrical-coordinate representation of color #AC5CC3: hue angle of 286.6º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5CC3 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17292195-
CMYK0.120.5300.24
HSL286.6º46.19%56.27%-
HSV(B)286.6º52.82%76.47%-
XYZ30.6920.3753.94-
YUV127.66166159.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=37.47%
G=20.04%
B=42.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172921950.120.5300.24286.646.1956.27
HexAC5CC3C3501811f2e38
Octal25413430314650304375670
Binary101011001011100110000111100110101011000100011111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5cc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5cc3; }

 p { color: rgb(172,92,195); }

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

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

 a { background-color: rgb(172,92,195); }

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

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

 span { border-color: rgb(172,92,195); }

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