Html Css Color HEX #AC56DF Medium Orchid

📋 copy color: '#AC56DF'

red 172 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #AC56DF

Tints of Medium Orchid #AC56DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 35.76%
G = 17.88%
B = 46.36%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC56DF (or 0xAC56DF) is known color: Medium Orchid. HEX triplet: AC, 56 and DF. RGB value is (172,86,223). Sum of RGB (Red+Green+Blue) = 172+86+223=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC56DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56DF is #53A920. Grayscale: #7E7E7E. Windows color (decimal): -5482785 or 14636716. OLE color: 14636716.

HSL color Cylindrical-coordinate representation of color #AC56DF: hue angle of 277.66º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC56DF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 86 223 -
CMYK 0.23 0.61 0 0.13
HSL 277.66º 0.68% 0.61% -
HSV(B) 277.66º 0.61% 0.87% -
XYZ 33.66 20.75 72.04 -
YUV 127.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 172 86 223 0.23 0.61 0 0.13 277.66 0.68 0.61
Hex AC 56 DF 17 3D 0 D 116 44 3D
Octal 254 126 337 27 75 0 15 426 104 75
Binary 10101100 1010110 11011111 10111 111101 0 1101 100010110 1000100 111101

Color Harmonies of #AC56DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56DF

Black with #AC56DF

Text Example


Text Example

White with #AC56DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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