Html Css Color HEX #AC50EF Medium Orchid

📋 copy color: '#AC50EF'

red 172 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #AC50EF

Tints of Medium Orchid #AC50EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.29%

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

R = 35.03%
G = 16.29%
B = 48.68%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC50EF (or 0xAC50EF) is known color: Medium Orchid. HEX triplet: AC, 50 and EF. RGB value is (172,80,239). Sum of RGB (Red+Green+Blue) = 172+80+239=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50EF is #53AF10. Grayscale: #7D7D7D. Windows color (decimal): -5484305 or 15683756. OLE color: 15683756.

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

Color convert

RGB 172 80 239 -
CMYK 0.28 0.67 0 0.06
HSL 274.72º 0.83% 0.63% -
HSV(B) 274.72º 0.67% 0.94% -
XYZ 35.46 20.74 83.8 -
YUV 125.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 172 80 239 0.28 0.67 0 0.06 274.72 0.83 0.63
Hex AC 50 EF 1C 43 0 6 113 53 3F
Octal 254 120 357 34 103 0 6 423 123 77
Binary 10101100 1010000 11101111 11100 1000011 0 110 100010011 1010011 111111

Color Harmonies of #AC50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50EF

Black with #AC50EF

Text Example


Text Example

White with #AC50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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