Html Css Color HEX #AC73FE Medium Purple

📋 copy color: '#AC73FE'

red 172 ◦ green 115 ◦ blue 254

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

Shades of Medium Purple #AC73FE

Tints of Medium Purple #AC73FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.26%

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

R = 31.79%
G = 21.26%
B = 46.95%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC73FE (or 0xAC73FE) is known color: Medium Purple. HEX triplet: AC, 73 and FE. RGB value is (172,115,254). Sum of RGB (Red+Green+Blue) = 172+115+254=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC73FE is #538C01. Grayscale: #939393. Windows color (decimal): -5475330 or 16675756. OLE color: 16675756.

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

Color convert

RGB 172 115 254 -
CMYK 0.32 0.55 0 0.00
HSL 264.6º 0.99% 0.72% -
HSV(B) 264.6º 0.55% 1% -
XYZ 41.03 28.19 97.04 -
YUV 147.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 172 115 254 0.32 0.55 0 0.00 264.6 0.99 0.72
Hex AC 73 FE 20 37 0 0 109 63 48
Octal 254 163 376 40 67 0 0 411 143 110
Binary 10101100 1110011 11111110 100000 110111 0 0 100001001 1100011 1001000

Color Harmonies of #AC73FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73FE

Black with #AC73FE

Text Example


Text Example

White with #AC73FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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