Html Css Color HEX #AC57EC Medium Orchid

📋 copy color: '#AC57EC'

red 172 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #AC57EC

Tints of Medium Orchid #AC57EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.58%

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

R = 34.75%
G = 17.58%
B = 47.68%

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

#AC57EC (or 0xAC57EC) is known color: Medium Orchid. HEX triplet: AC, 57 and EC. RGB value is (172,87,236). Sum of RGB (Red+Green+Blue) = 172+87+236=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC57EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57EC is #53A813. Grayscale: #808080. Windows color (decimal): -5482516 or 15488940. OLE color: 15488940.

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

Color convert

RGB 172 87 236 -
CMYK 0.27 0.63 0 0.07
HSL 274.23º 0.8% 0.63% -
HSV(B) 274.23º 0.63% 0.93% -
XYZ 35.56 21.64 81.66 -
YUV 129.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 172 87 236 0.27 0.63 0 0.07 274.23 0.8 0.63
Hex AC 57 EC 1B 3F 0 7 112 50 3F
Octal 254 127 354 33 77 0 7 422 120 77
Binary 10101100 1010111 11101100 11011 111111 0 111 100010010 1010000 111111

Color Harmonies of #AC57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57EC

Black with #AC57EC

Text Example


Text Example

White with #AC57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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