#AC74AE

Color #AC74AE Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AC74AE

Tints of Violet Blue #AC74AE

Color information

#AC74AE (or 0xAC74AE) is unknown color: approx Violet Blue. HEX triplet: AC, 74 and AE. RGB value is (172,116,174). Sum of RGB (Red+Green+Blue) = 172+116+174=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC74AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74AE is #538B51. Grayscale: #8B8B8B. Windows color (decimal): -5475154 or 11433132. OLE color: 11433132.

HSL color Cylindrical-coordinate representation of color #AC74AE: hue angle of 297.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC74AE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172116174-
CMYK0.010.3300.32
HSL297.93º26.36%56.86%-
HSV(B)297.93º33.33%68.24%-
XYZ30.924.3243.11-
YUV139.36147.55151.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=37.23%
G=25.11%
B=37.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721161740.010.3300.32297.9326.3656.86
HexAC74AE12102012a1a39
Octal2541642561410404523271
Binary101011001110100101011101100001010000010010101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74AE; }

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

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

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

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

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

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

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

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