Html Css Color HEX #AC54EC Medium Orchid

📋 copy color: '#AC54EC'

red 172 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #AC54EC

Tints of Medium Orchid #AC54EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.07%

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

R = 34.96%
G = 17.07%
B = 47.97%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC54EC (or 0xAC54EC) is known color: Medium Orchid. HEX triplet: AC, 54 and EC. RGB value is (172,84,236). Sum of RGB (Red+Green+Blue) = 172+84+236=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC54EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54EC is #53AB13. Grayscale: #7F7F7F. Windows color (decimal): -5483284 or 15488172. OLE color: 15488172.

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

Color convert

RGB 172 84 236 -
CMYK 0.27 0.64 0 0.07
HSL 274.74º 0.8% 0.63% -
HSV(B) 274.74º 0.64% 0.93% -
XYZ 35.32 21.17 81.58 -
YUV 127.64 189.15 159.64 -
System Red Green Blue C M Y K H S L
Decimal 172 84 236 0.27 0.64 0 0.07 274.74 0.8 0.63
Hex AC 54 EC 1B 40 0 7 113 50 3F
Octal 254 124 354 33 100 0 7 423 120 77
Binary 10101100 1010100 11101100 11011 1000000 0 111 100010011 1010000 111111

Color Harmonies of #AC54EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54EC

Black with #AC54EC

Text Example


Text Example

White with #AC54EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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