Html Css Color HEX #AC4EE0 Medium Orchid

📋 copy color: '#AC4EE0'

red 172 ◦ green 78 ◦ blue 224

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

Shades of Medium Orchid #AC4EE0

Tints of Medium Orchid #AC4EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 36.29%
G = 16.46%
B = 47.26%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC4EE0 (or 0xAC4EE0) is known color: Medium Orchid. HEX triplet: AC, 4E and E0. RGB value is (172,78,224). Sum of RGB (Red+Green+Blue) = 172+78+224=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC4EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EE0 is #53B11F. Grayscale: #7A7A7A. Windows color (decimal): -5484832 or 14700204. OLE color: 14700204.

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

Color convert

RGB 172 78 224 -
CMYK 0.23 0.65 0 0.12
HSL 278.63º 0.7% 0.59% -
HSV(B) 278.63º 0.65% 0.88% -
XYZ 33.19 19.6 72.56 -
YUV 122.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 172 78 224 0.23 0.65 0 0.12 278.63 0.7 0.59
Hex AC 4E E0 17 41 0 C 117 46 3B
Octal 254 116 340 27 101 0 14 427 106 73
Binary 10101100 1001110 11100000 10111 1000001 0 1100 100010111 1000110 111011

Color Harmonies of #AC4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EE0

Black with #AC4EE0

Text Example


Text Example

White with #AC4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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