Html Css Color HEX #AC74E5 Medium Purple

📋 copy color: '#AC74E5'

red 172 ◦ green 116 ◦ blue 229

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

Shades of Medium Purple #AC74E5

Tints of Medium Purple #AC74E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.29%

R = 33.27%
G = 22.44%
B = 44.29%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC74E5 (or 0xAC74E5) is known color: Medium Purple. HEX triplet: AC, 74 and E5. RGB value is (172,116,229). Sum of RGB (Red+Green+Blue) = 172+116+229=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC74E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74E5 is #538B1A. Grayscale: #919191. Windows color (decimal): -5475099 or 15037612. OLE color: 15037612.

HSL color Cylindrical-coordinate representation of color #AC74E5: hue angle of 269.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC74E5 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 116 229 -
CMYK 0.25 0.49 0 0.10
HSL 269.73º 0.68% 0.68% -
HSV(B) 269.73º 0.49% 0.9% -
XYZ 37.4 26.92 77.35 -
YUV 145.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 172 116 229 0.25 0.49 0 0.10 269.73 0.68 0.68
Hex AC 74 E5 19 31 0 A 10E 44 44
Octal 254 164 345 31 61 0 12 416 104 104
Binary 10101100 1110100 11100101 11001 110001 0 1010 100001110 1000100 1000100

Color Harmonies of #AC74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74E5

Black with #AC74E5

Text Example


Text Example

White with #AC74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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