#ac58dc

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

Shades of Medium Orchid #AC58DC

Tints of Medium Orchid #AC58DC

Color information

#AC58DC (or 0xAC58DC) is unknown color: approx Medium Orchid. HEX triplet: AC, 58 and DC. RGB value is (172,88,220). Sum of RGB (Red+Green+Blue) = 172+88+220=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58DC is #53A723. Grayscale: #7F7F7F. Windows color (decimal): -5482276 or 14440620. OLE color: 14440620.

HSL color Cylindrical-coordinate representation of color #AC58DC: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC58DC is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17288220-
CMYK0.220.600.14
HSL278.18º65.35%60.39%-
HSV(B)278.18º60%86.27%-
XYZ33.4220.9269.99-
YUV128.16179.83159.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 88 (34.77% from 255) = 18.33%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=35.83%
G=18.33%
B=45.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172882200.220.600.14278.1865.3560.39
HexAC58DC163C0E116413c
Octal254130334267401642610174
Binary1010110010110001101110010110111100011101000101101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac58dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac58dc; }

 p { color: rgb(172,88,220); }

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

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

 a { background-color: rgb(172,88,220); }

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

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

 span { border-color: rgb(172,88,220); }

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