Html Css Color HEX #AC47FE Medium Orchid

📋 copy color: '#AC47FE'

red 172 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #AC47FE

Tints of Medium Orchid #AC47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.29%

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

R = 34.61%
G = 14.29%
B = 51.11%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC47FE (or 0xAC47FE) is known color: Medium Orchid. HEX triplet: AC, 47 and FE. RGB value is (172,71,254). Sum of RGB (Red+Green+Blue) = 172+71+254=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC47FE is #53B801. Grayscale: #797979. Windows color (decimal): -5486594 or 16664492. OLE color: 16664492.

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

Color convert

RGB 172 71 254 -
CMYK 0.32 0.72 0 0.00
HSL 273.11º 0.99% 0.64% -
HSV(B) 273.11º 0.72% 1% -
XYZ 37.16 20.43 95.75 -
YUV 122.06 202.46 163.62 -
System Red Green Blue C M Y K H S L
Decimal 172 71 254 0.32 0.72 0 0.00 273.11 0.99 0.64
Hex AC 47 FE 20 48 0 0 111 63 40
Octal 254 107 376 40 110 0 0 421 143 100
Binary 10101100 1000111 11111110 100000 1001000 0 0 100010001 1100011 1000000

Color Harmonies of #AC47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47FE

Black with #AC47FE

Text Example


Text Example

White with #AC47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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