Html Css Color HEX #AC50FE Medium Orchid

📋 copy color: '#AC50FE'

red 172 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #AC50FE

Tints of Medium Orchid #AC50FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 33.99%
G = 15.81%
B = 50.2%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC50FE (or 0xAC50FE) is known color: Medium Orchid. HEX triplet: AC, 50 and FE. RGB value is (172,80,254). Sum of RGB (Red+Green+Blue) = 172+80+254=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC50FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50FE is #53AF01. Grayscale: #7E7E7E. Windows color (decimal): -5484290 or 16666796. OLE color: 16666796.

HSL color Cylindrical-coordinate representation of color #AC50FE: hue angle of 271.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC50FE is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 80 254 -
CMYK 0.32 0.69 0 0.00
HSL 271.72º 0.99% 0.65% -
HSV(B) 271.72º 0.69% 1% -
XYZ 37.77 21.66 95.96 -
YUV 127.34 199.48 159.85 -
System Red Green Blue C M Y K H S L
Decimal 172 80 254 0.32 0.69 0 0.00 271.72 0.99 0.65
Hex AC 50 FE 20 45 0 0 110 63 41
Octal 254 120 376 40 105 0 0 420 143 101
Binary 10101100 1010000 11111110 100000 1000101 0 0 100010000 1100011 1000001

Color Harmonies of #AC50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50FE

Black with #AC50FE

Text Example


Text Example

White with #AC50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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