Html Css Color HEX #AC50F1 Medium Orchid

📋 copy color: '#AC50F1'

red 172 ◦ green 80 ◦ blue 241

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

Shades of Medium Orchid #AC50F1

Tints of Medium Orchid #AC50F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.88%

R = 34.89%
G = 16.23%
B = 48.88%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC50F1 (or 0xAC50F1) is known color: Medium Orchid. HEX triplet: AC, 50 and F1. RGB value is (172,80,241). Sum of RGB (Red+Green+Blue) = 172+80+241=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC50F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50F1 is #53AF0E. Grayscale: #7D7D7D. Windows color (decimal): -5484303 or 15814828. OLE color: 15814828.

HSL color Cylindrical-coordinate representation of color #AC50F1: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC50F1 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 80 241 -
CMYK 0.29 0.67 0 0.05
HSL 274.29º 0.85% 0.63% -
HSV(B) 274.29º 0.67% 0.95% -
XYZ 35.76 20.86 85.36 -
YUV 125.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 172 80 241 0.29 0.67 0 0.05 274.29 0.85 0.63
Hex AC 50 F1 1D 43 0 5 112 55 3F
Octal 254 120 361 35 103 0 5 422 125 77
Binary 10101100 1010000 11110001 11101 1000011 0 101 100010010 1010101 111111

Color Harmonies of #AC50F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50F1

Black with #AC50F1

Text Example


Text Example

White with #AC50F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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