Html Css Color HEX #AC5ECE Medium Orchid

📋 copy color: '#AC5ECE'

red 172 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #AC5ECE

Tints of Medium Orchid #AC5ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.92%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 36.44%
G = 19.92%
B = 43.64%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC5ECE (or 0xAC5ECE) is known color: Medium Orchid. HEX triplet: AC, 5E and CE. RGB value is (172,94,206). Sum of RGB (Red+Green+Blue) = 172+94+206=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ECE is #53A131. Grayscale: #818181. Windows color (decimal): -5480754 or 13524652. OLE color: 13524652.

HSL color Cylindrical-coordinate representation of color #AC5ECE: hue angle of 281.79º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC5ECE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 94 206 -
CMYK 0.17 0.54 0 0.19
HSL 281.79º 0.53% 0.59% -
HSV(B) 281.79º 0.54% 0.81% -
XYZ 32.16 21.23 60.8 -
YUV 130.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 172 94 206 0.17 0.54 0 0.19 281.79 0.53 0.59
Hex AC 5E CE 11 36 0 13 11A 35 3B
Octal 254 136 316 21 66 0 23 432 65 73
Binary 10101100 1011110 11001110 10001 110110 0 10011 100011010 110101 111011

Color Harmonies of #AC5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ECE

Black with #AC5ECE

Text Example


Text Example

White with #AC5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ECE; }

 p { color: rgb(172,94,206); }

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

background-color css

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

 a { background-color: rgb(172,94,206); }

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

border-color css

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

 span { border-color: rgb(172,94,206); }

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