#AC40A1

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

Shades of Violet Blue #AC40A1

Tints of Violet Blue #AC40A1

Color information

#AC40A1 (or 0xAC40A1) is unknown color: approx Violet Blue. HEX triplet: AC, 40 and A1. RGB value is (172,64,161). Sum of RGB (Red+Green+Blue) = 172+64+161=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC40A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40A1 is #53BF5E. Grayscale: #6B6B6B. Windows color (decimal): -5488479 or 10567852. OLE color: 10567852.

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

Color convert

RGB17264161-
CMYK00.630.060.33
HSL306.11º45.76%46.27%-
HSV(B)306.11º62.79%67.45%-
XYZ25.2815.0135.28-
YUV107.35158.28174.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=43.32%
G=16.12%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726416100.630.060.33306.1145.7646.27
HexAC40A103F6211322e2e
Octal2541002410776414625656
Binary101011001000000101000010111111110100001100110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40A1; }

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

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

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

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

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

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

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

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