Html Css Color HEX #AC58DC Medium Orchid

📋 copy color: '#AC58DC'

red 172 ◦ green 88 ◦ blue 220

#AC58DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AC58DC

Tints of Medium Orchid #AC58DC

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 value IS 0.22

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC58DC (or 0xAC58DC) is known color: 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

RGB 172 88 220 -
CMYK 0.22 0.6 0 0.14
HSL 278.18º 0.65% 0.6% -
HSV(B) 278.18º 0.6% 0.86% -
XYZ 33.42 20.92 69.99 -
YUV 128.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 172 88 220 0.22 0.6 0 0.14 278.18 0.65 0.6
Hex AC 58 DC 16 3C 0 E 116 41 3C
Octal 254 130 334 26 74 0 16 426 101 74
Binary 10101100 1011000 11011100 10110 111100 0 1110 100010110 1000001 111100

Color Harmonies of #AC58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58DC

Black with #AC58DC

Text Example


Text Example

White with #AC58DC

Text Example


Text Example

HTML Codes & Css Web 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>