Html Css Color HEX #AC51EF Medium Orchid

📋 copy color: '#AC51EF'

red 172 ◦ green 81 ◦ blue 239

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

Shades of Medium Orchid #AC51EF

Tints of Medium Orchid #AC51EF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.46%

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

R = 34.96%
G = 16.46%
B = 48.58%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC51EF (or 0xAC51EF) is known color: Medium Orchid. HEX triplet: AC, 51 and EF. RGB value is (172,81,239). Sum of RGB (Red+Green+Blue) = 172+81+239=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC51EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51EF is #53AE10. Grayscale: #7D7D7D. Windows color (decimal): -5484049 or 15684012. OLE color: 15684012.

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

Color convert

RGB 172 81 239 -
CMYK 0.28 0.66 0 0.06
HSL 274.56º 0.83% 0.63% -
HSV(B) 274.56º 0.66% 0.94% -
XYZ 35.54 20.89 83.82 -
YUV 126.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 172 81 239 0.28 0.66 0 0.06 274.56 0.83 0.63
Hex AC 51 EF 1C 42 0 6 113 53 3F
Octal 254 121 357 34 102 0 6 423 123 77
Binary 10101100 1010001 11101111 11100 1000010 0 110 100010011 1010011 111111

Color Harmonies of #AC51EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51EF

Black with #AC51EF

Text Example


Text Example

White with #AC51EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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