Html Css Color HEX #AC58EC Medium Orchid

📋 copy color: '#AC58EC'

red 172 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #AC58EC

Tints of Medium Orchid #AC58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.74%

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

R = 34.68%
G = 17.74%
B = 47.58%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC58EC (or 0xAC58EC) is known color: Medium Orchid. HEX triplet: AC, 58 and EC. RGB value is (172,88,236). Sum of RGB (Red+Green+Blue) = 172+88+236=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58EC is #53A713. Grayscale: #818181. Windows color (decimal): -5482260 or 15489196. OLE color: 15489196.

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

Color convert

RGB 172 88 236 -
CMYK 0.27 0.63 0 0.07
HSL 274.05º 0.8% 0.64% -
HSV(B) 274.05º 0.63% 0.93% -
XYZ 35.64 21.81 81.69 -
YUV 129.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 172 88 236 0.27 0.63 0 0.07 274.05 0.8 0.64
Hex AC 58 EC 1B 3F 0 7 112 50 40
Octal 254 130 354 33 77 0 7 422 120 100
Binary 10101100 1011000 11101100 11011 111111 0 111 100010010 1010000 1000000

Color Harmonies of #AC58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58EC

Black with #AC58EC

Text Example


Text Example

White with #AC58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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