#AC74E6

Color #AC74E6 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AC74E6

Tints of Medium Purple #AC74E6

Color information

#AC74E6 (or 0xAC74E6) is unknown color: approx Medium Purple. HEX triplet: AC, 74 and E6. RGB value is (172,116,230). Sum of RGB (Red+Green+Blue) = 172+116+230=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC74E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC74E6 is #538B19. Grayscale: #919191. Windows color (decimal): -5475098 or 15103148. OLE color: 15103148.

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

Color convert

RGB172116230-
CMYK0.250.5000.10
HSL269.47º69.51%67.84%-
HSV(B)269.47º49.57%90.2%-
XYZ37.5426.9778.09-
YUV145.74175.55146.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 230 (90.23% from 255) = 44.40%
R=33.20%
G=22.39%
B=44.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721162300.250.5000.10269.4769.5167.84
HexAC74E619320A10d4644
Octal2541643463162012415106104
Binary10101100111010011100110110011100100101010000110110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74E6; }

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

 H1.HeaderClassName
 {
   color: #AC74E6;
 }
 .AnyTagClassName
 {
   color: #AC74E6;
 }
</style>
background-color css

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

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

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

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

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

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