#AC4AA1

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

Shades of Violet Blue #AC4AA1

Tints of Violet Blue #AC4AA1

Color information

#AC4AA1 (or 0xAC4AA1) is unknown color: approx Violet Blue. HEX triplet: AC, 4A and A1. RGB value is (172,74,161). Sum of RGB (Red+Green+Blue) = 172+74+161=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AA1 is #53B55E. Grayscale: #707070. Windows color (decimal): -5485919 or 10570412. OLE color: 10570412.

HSL color Cylindrical-coordinate representation of color #AC4AA1: hue angle of 306.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4AA1 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17274161-
CMYK00.570.060.33
HSL306.73º39.84%48.24%-
HSV(B)306.73º56.98%67.45%-
XYZ25.916.2435.49-
YUV113.22154.97169.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=42.26%
G=18.18%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727416100.570.060.33306.7339.8448.24
HexAC4AA10396211332830
Octal2541122410716414635060
Binary101011001001010101000010111001110100001100110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4AA1; }

 p { color: rgb(172,74,161); }

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

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

 a { background-color: rgb(172,74,161); }

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

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

 span { border-color: rgb(172,74,161); }

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