Html Css Color HEX #AC54EE Medium Orchid

📋 copy color: '#AC54EE'

red 172 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #AC54EE

Tints of Medium Orchid #AC54EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 34.82%
G = 17%
B = 48.18%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC54EE (or 0xAC54EE) is known color: Medium Orchid. HEX triplet: AC, 54 and EE. RGB value is (172,84,238). Sum of RGB (Red+Green+Blue) = 172+84+238=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC54EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54EE is #53AB11. Grayscale: #7F7F7F. Windows color (decimal): -5483282 or 15619244. OLE color: 15619244.

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

Color convert

RGB 172 84 238 -
CMYK 0.28 0.65 0 0.07
HSL 274.29º 0.82% 0.63% -
HSV(B) 274.29º 0.65% 0.93% -
XYZ 35.62 21.28 83.12 -
YUV 127.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 172 84 238 0.28 0.65 0 0.07 274.29 0.82 0.63
Hex AC 54 EE 1C 41 0 7 112 52 3F
Octal 254 124 356 34 101 0 7 422 122 77
Binary 10101100 1010100 11101110 11100 1000001 0 111 100010010 1010010 111111

Color Harmonies of #AC54EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54EE

Black with #AC54EE

Text Example


Text Example

White with #AC54EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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