Html Css Color HEX #AC53EF Medium Orchid

📋 copy color: '#AC53EF'

red 172 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #AC53EF

Tints of Medium Orchid #AC53EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.8%

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

R = 34.82%
G = 16.8%
B = 48.38%

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

#AC53EF (or 0xAC53EF) is known color: Medium Orchid. HEX triplet: AC, 53 and EF. RGB value is (172,83,239). Sum of RGB (Red+Green+Blue) = 172+83+239=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC53EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC53EF is #53AC10. Grayscale: #7E7E7E. Windows color (decimal): -5483537 or 15684524. OLE color: 15684524.

HSL color Cylindrical-coordinate representation of color #AC53EF: hue angle of 274.23º 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 #AC53EF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 83 239 -
CMYK 0.28 0.65 0 0.06
HSL 274.23º 0.83% 0.63% -
HSV(B) 274.23º 0.65% 0.94% -
XYZ 35.69 21.19 83.87 -
YUV 127.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 172 83 239 0.28 0.65 0 0.06 274.23 0.83 0.63
Hex AC 53 EF 1C 41 0 6 112 53 3F
Octal 254 123 357 34 101 0 6 422 123 77
Binary 10101100 1010011 11101111 11100 1000001 0 110 100010010 1010011 111111

Color Harmonies of #AC53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53EF

Black with #AC53EF

Text Example


Text Example

White with #AC53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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