Html Css Color HEX #AC56DB Medium Orchid

📋 copy color: '#AC56DB'

red 172 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #AC56DB

Tints of Medium Orchid #AC56DB

RGB

 RED value IS 172 (67.58% from 255) = 36.06%

 GREEN value IS 86 (33.98% from 255) = 18.03%

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 36.06%
G = 18.03%
B = 45.91%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC56DB (or 0xAC56DB) is known color: Medium Orchid. HEX triplet: AC, 56 and DB. RGB value is (172,86,219). Sum of RGB (Red+Green+Blue) = 172+86+219=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56DB is #53A924. Grayscale: #7E7E7E. Windows color (decimal): -5482789 or 14374572. OLE color: 14374572.

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

Color convert

RGB 172 86 219 -
CMYK 0.21 0.61 0 0.14
HSL 278.8º 0.65% 0.6% -
HSV(B) 278.8º 0.61% 0.86% -
XYZ 33.13 20.54 69.24 -
YUV 126.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 172 86 219 0.21 0.61 0 0.14 278.8 0.65 0.6
Hex AC 56 DB 15 3D 0 E 117 41 3C
Octal 254 126 333 25 75 0 16 427 101 74
Binary 10101100 1010110 11011011 10101 111101 0 1110 100010111 1000001 111100

Color Harmonies of #AC56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56DB

Black with #AC56DB

Text Example


Text Example

White with #AC56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56DB; }

 p { color: rgb(172,86,219); }

 H1.HeaderClassName
 {
   color: #AC56DB;
 }
 .AnyTagClassName
 {
   color: #AC56DB;
 }
</style>

background-color css

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

 a { background-color: rgb(172,86,219); }

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

border-color css

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

 span { border-color: rgb(172,86,219); }

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