Html Css Color HEX #AC4DDF Medium Orchid

📋 copy color: '#AC4DDF'

red 172 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #AC4DDF

Tints of Medium Orchid #AC4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

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

R = 36.44%
G = 16.31%
B = 47.25%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4DDF (or 0xAC4DDF) is known color: Medium Orchid. HEX triplet: AC, 4D and DF. RGB value is (172,77,223). Sum of RGB (Red+Green+Blue) = 172+77+223=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DDF is #53B220. Grayscale: #797979. Windows color (decimal): -5485089 or 14634412. OLE color: 14634412.

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

Color convert

RGB 172 77 223 -
CMYK 0.23 0.65 0 0.13
HSL 279.04º 0.7% 0.59% -
HSV(B) 279.04º 0.65% 0.87% -
XYZ 32.99 19.41 71.82 -
YUV 122.05 184.97 163.63 -
System Red Green Blue C M Y K H S L
Decimal 172 77 223 0.23 0.65 0 0.13 279.04 0.7 0.59
Hex AC 4D DF 17 41 0 D 117 46 3B
Octal 254 115 337 27 101 0 15 427 106 73
Binary 10101100 1001101 11011111 10111 1000001 0 1101 100010111 1000110 111011

Color Harmonies of #AC4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DDF

Black with #AC4DDF

Text Example


Text Example

White with #AC4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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