#AC74AF

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

Shades of Violet Blue #AC74AF

Tints of Violet Blue #AC74AF

Color information

#AC74AF (or 0xAC74AF) is unknown color: approx Violet Blue. HEX triplet: AC, 74 and AF. RGB value is (172,116,175). Sum of RGB (Red+Green+Blue) = 172+116+175=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC74AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74AF is #538B50. Grayscale: #8B8B8B. Windows color (decimal): -5475153 or 11498668. OLE color: 11498668.

HSL color Cylindrical-coordinate representation of color #AC74AF: hue angle of 296.95º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC74AF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172116175-
CMYK0.020.3400.31
HSL296.95º26.94%57.06%-
HSV(B)296.95º33.71%68.63%-
XYZ3124.3643.63-
YUV139.47148.05151.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=37.15%
G=25.05%
B=37.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721161750.020.3400.31296.9526.9457.06
HexAC74AF22201F1291b39
Octal2541642572420374513371
Binary101011001110100101011111010001001111110010100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74AF; }

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

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

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

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

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

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

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

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