Html Css Color HEX #AC47DF Medium Orchid

📋 copy color: '#AC47DF'

red 172 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #AC47DF

Tints of Medium Orchid #AC47DF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.24%

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

R = 36.91%
G = 15.24%
B = 47.85%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC47DF (or 0xAC47DF) is known color: Medium Orchid. HEX triplet: AC, 47 and DF. RGB value is (172,71,223). Sum of RGB (Red+Green+Blue) = 172+71+223=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC47DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47DF is #53B820. Grayscale: #767676. Windows color (decimal): -5486625 or 14632876. OLE color: 14632876.

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

Color convert

RGB 172 71 223 -
CMYK 0.23 0.68 0 0.13
HSL 279.87º 0.7% 0.58% -
HSV(B) 279.87º 0.68% 0.87% -
XYZ 32.59 18.6 71.69 -
YUV 118.53 186.96 166.14 -
System Red Green Blue C M Y K H S L
Decimal 172 71 223 0.23 0.68 0 0.13 279.87 0.7 0.58
Hex AC 47 DF 17 44 0 D 118 46 3A
Octal 254 107 337 27 104 0 15 430 106 72
Binary 10101100 1000111 11011111 10111 1000100 0 1101 100011000 1000110 111010

Color Harmonies of #AC47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47DF

Black with #AC47DF

Text Example


Text Example

White with #AC47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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