#AC6AA4

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

Shades of Violet Blue #AC6AA4

Tints of Violet Blue #AC6AA4

Color information

#AC6AA4 (or 0xAC6AA4) is unknown color: approx Violet Blue. HEX triplet: AC, 6A and A4. RGB value is (172,106,164). Sum of RGB (Red+Green+Blue) = 172+106+164=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6AA4 is #53955B. Grayscale: #848484. Windows color (decimal): -5477724 or 10775212. OLE color: 10775212.

HSL color Cylindrical-coordinate representation of color #AC6AA4: hue angle of 307.27º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6AA4 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172106164-
CMYK00.380.050.33
HSL307.27º28.45%54.51%-
HSV(B)307.27º38.37%67.45%-
XYZ28.8721.7637.8-
YUV132.35145.87156.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=38.91%
G=23.98%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210616400.380.050.33307.2728.4554.51
HexAC6AA40265211331c37
Octal2541522440465414633467
Binary10101100110101010100100010011010110000110011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6AA4; }

 p { color: rgb(172,106,164); }

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

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

 a { background-color: rgb(172,106,164); }

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

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

 span { border-color: rgb(172,106,164); }

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