Html Css Color HEX #AC54EF Medium Orchid

📋 copy color: '#AC54EF'

red 172 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #AC54EF

Tints of Medium Orchid #AC54EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 34.75%
G = 16.97%
B = 48.28%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC54EF (or 0xAC54EF) is known color: Medium Orchid. HEX triplet: AC, 54 and EF. RGB value is (172,84,239). Sum of RGB (Red+Green+Blue) = 172+84+239=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC54EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54EF is #53AB10. Grayscale: #7F7F7F. Windows color (decimal): -5483281 or 15684780. OLE color: 15684780.

HSL color Cylindrical-coordinate representation of color #AC54EF: hue angle of 274.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC54EF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 84 239 -
CMYK 0.28 0.65 0 0.06
HSL 274.06º 0.83% 0.63% -
HSV(B) 274.06º 0.65% 0.94% -
XYZ 35.76 21.34 83.9 -
YUV 127.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 172 84 239 0.28 0.65 0 0.06 274.06 0.83 0.63
Hex AC 54 EF 1C 41 0 6 112 53 3F
Octal 254 124 357 34 101 0 6 422 123 77
Binary 10101100 1010100 11101111 11100 1000001 0 110 100010010 1010011 111111

Color Harmonies of #AC54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54EF

Black with #AC54EF

Text Example


Text Example

White with #AC54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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