Html Css Color HEX #AC59EC Medium Orchid

📋 copy color: '#AC59EC'

red 172 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #AC59EC

Tints of Medium Orchid #AC59EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.91%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 34.61%
G = 17.91%
B = 47.48%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC59EC (or 0xAC59EC) is known color: Medium Orchid. HEX triplet: AC, 59 and EC. RGB value is (172,89,236). Sum of RGB (Red+Green+Blue) = 172+89+236=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC59EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59EC is #53A613. Grayscale: #828282. Windows color (decimal): -5482004 or 15489452. OLE color: 15489452.

HSL color Cylindrical-coordinate representation of color #AC59EC: hue angle of 273.88º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC59EC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 89 236 -
CMYK 0.27 0.62 0 0.07
HSL 273.88º 0.79% 0.64% -
HSV(B) 273.88º 0.62% 0.93% -
XYZ 35.73 21.97 81.71 -
YUV 130.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 172 89 236 0.27 0.62 0 0.07 273.88 0.79 0.64
Hex AC 59 EC 1B 3E 0 7 112 4F 40
Octal 254 131 354 33 76 0 7 422 117 100
Binary 10101100 1011001 11101100 11011 111110 0 111 100010010 1001111 1000000

Color Harmonies of #AC59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59EC

Black with #AC59EC

Text Example


Text Example

White with #AC59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59EC; }

 p { color: rgb(172,89,236); }

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

background-color css

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

 a { background-color: rgb(172,89,236); }

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

border-color css

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

 span { border-color: rgb(172,89,236); }

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