Html Css Color HEX #AC4EDE Medium Orchid

📋 copy color: '#AC4EDE'

red 172 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #AC4EDE

Tints of Medium Orchid #AC4EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 36.44%
G = 16.53%
B = 47.03%

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

#AC4EDE (or 0xAC4EDE) is known color: Medium Orchid. HEX triplet: AC, 4E and DE. RGB value is (172,78,222). Sum of RGB (Red+Green+Blue) = 172+78+222=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC4EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EDE is #53B121. Grayscale: #7A7A7A. Windows color (decimal): -5484834 or 14569132. OLE color: 14569132.

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

Color convert

RGB 172 78 222 -
CMYK 0.23 0.65 0 0.13
HSL 279.17º 0.69% 0.59% -
HSV(B) 279.17º 0.65% 0.87% -
XYZ 32.92 19.49 71.13 -
YUV 122.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 172 78 222 0.23 0.65 0 0.13 279.17 0.69 0.59
Hex AC 4E DE 17 41 0 D 117 45 3B
Octal 254 116 336 27 101 0 15 427 105 73
Binary 10101100 1001110 11011110 10111 1000001 0 1101 100010111 1000101 111011

Color Harmonies of #AC4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EDE

Black with #AC4EDE

Text Example


Text Example

White with #AC4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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