Html Css Color HEX #AC73F8 Medium Purple

📋 copy color: '#AC73F8'

red 172 ◦ green 115 ◦ blue 248

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

Shades of Medium Purple #AC73F8

Tints of Medium Purple #AC73F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.36%

R = 32.15%
G = 21.5%
B = 46.36%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC73F8 (or 0xAC73F8) is known color: Medium Purple. HEX triplet: AC, 73 and F8. RGB value is (172,115,248). Sum of RGB (Red+Green+Blue) = 172+115+248=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC73F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC73F8 is #538C07. Grayscale: #929292. Windows color (decimal): -5475336 or 16282540. OLE color: 16282540.

HSL color Cylindrical-coordinate representation of color #AC73F8: hue angle of 265.71º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC73F8 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 115 248 -
CMYK 0.31 0.54 0 0.03
HSL 265.71º 0.9% 0.71% -
HSV(B) 265.71º 0.54% 0.97% -
XYZ 40.09 27.81 92.06 -
YUV 147.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 172 115 248 0.31 0.54 0 0.03 265.71 0.9 0.71
Hex AC 73 F8 1F 36 0 3 10A 5A 47
Octal 254 163 370 37 66 0 3 412 132 107
Binary 10101100 1110011 11111000 11111 110110 0 11 100001010 1011010 1000111

Color Harmonies of #AC73F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73F8

Black with #AC73F8

Text Example


Text Example

White with #AC73F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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