Html Css Color HEX #AC4EDF Medium Orchid

📋 copy color: '#AC4EDF'

red 172 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #AC4EDF

Tints of Medium Orchid #AC4EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.49%

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

R = 36.36%
G = 16.49%
B = 47.15%

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

#AC4EDF (or 0xAC4EDF) is known color: Medium Orchid. HEX triplet: AC, 4E and DF. RGB value is (172,78,223). Sum of RGB (Red+Green+Blue) = 172+78+223=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC4EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EDF is #53B120. Grayscale: #7A7A7A. Windows color (decimal): -5484833 or 14634668. OLE color: 14634668.

HSL color Cylindrical-coordinate representation of color #AC4EDF: hue angle of 278.9º degrees, saturation: 0.69, 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 #AC4EDF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 78 223 -
CMYK 0.23 0.65 0 0.13
HSL 278.9º 0.69% 0.59% -
HSV(B) 278.9º 0.65% 0.87% -
XYZ 33.06 19.55 71.84 -
YUV 122.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 172 78 223 0.23 0.65 0 0.13 278.9 0.69 0.59
Hex AC 4E DF 17 41 0 D 117 45 3B
Octal 254 116 337 27 101 0 15 427 105 73
Binary 10101100 1001110 11011111 10111 1000001 0 1101 100010111 1000101 111011

Color Harmonies of #AC4EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EDF

Black with #AC4EDF

Text Example


Text Example

White with #AC4EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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