Html Css Color HEX #AC50F9 Medium Orchid

📋 copy color: '#AC50F9'

red 172 ◦ green 80 ◦ blue 249

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

Shades of Medium Orchid #AC50F9

Tints of Medium Orchid #AC50F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.7%

R = 34.33%
G = 15.97%
B = 49.7%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC50F9 (or 0xAC50F9) is known color: Medium Orchid. HEX triplet: AC, 50 and F9. RGB value is (172,80,249). Sum of RGB (Red+Green+Blue) = 172+80+249=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC50F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50F9 is #53AF06. Grayscale: #7E7E7E. Windows color (decimal): -5484295 or 16339116. OLE color: 16339116.

HSL color Cylindrical-coordinate representation of color #AC50F9: hue angle of 272.66º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC50F9 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 80 249 -
CMYK 0.31 0.68 0 0.02
HSL 272.66º 0.93% 0.65% -
HSV(B) 272.66º 0.68% 0.98% -
XYZ 36.98 21.35 91.79 -
YUV 126.77 196.98 160.26 -
System Red Green Blue C M Y K H S L
Decimal 172 80 249 0.31 0.68 0 0.02 272.66 0.93 0.65
Hex AC 50 F9 1F 44 0 2 111 5D 41
Octal 254 120 371 37 104 0 2 421 135 101
Binary 10101100 1010000 11111001 11111 1000100 0 10 100010001 1011101 1000001

Color Harmonies of #AC50F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50F9

Black with #AC50F9

Text Example


Text Example

White with #AC50F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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