Html Css Color HEX #AC74F7 Medium Purple

📋 copy color: '#AC74F7'

red 172 ◦ green 116 ◦ blue 247

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

Shades of Medium Purple #AC74F7

Tints of Medium Purple #AC74F7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.68%

 BLUE value IS 247 (96.88% from 255) = 46.17%

R = 32.15%
G = 21.68%
B = 46.17%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC74F7 (or 0xAC74F7) is known color: Medium Purple. HEX triplet: AC, 74 and F7. RGB value is (172,116,247). Sum of RGB (Red+Green+Blue) = 172+116+247=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC74F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC74F7 is #538B08. Grayscale: #939393. Windows color (decimal): -5475081 or 16217260. OLE color: 16217260.

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

Color convert

RGB 172 116 247 -
CMYK 0.30 0.53 0 0.03
HSL 265.65º 0.89% 0.71% -
HSV(B) 265.65º 0.53% 0.97% -
XYZ 40.05 27.98 91.29 -
YUV 147.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 172 116 247 0.30 0.53 0 0.03 265.65 0.89 0.71
Hex AC 74 F7 1E 35 0 3 10A 59 47
Octal 254 164 367 36 65 0 3 412 131 107
Binary 10101100 1110100 11110111 11110 110101 0 11 100001010 1011001 1000111

Color Harmonies of #AC74F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74F7

Black with #AC74F7

Text Example


Text Example

White with #AC74F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74F7; }

 p { color: rgb(172,116,247); }

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

background-color css

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

 a { background-color: rgb(172,116,247); }

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

border-color css

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

 span { border-color: rgb(172,116,247); }

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