#AC3FA1

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

Shades of Violet Blue #AC3FA1

Tints of Violet Blue #AC3FA1

Color information

#AC3FA1 (or 0xAC3FA1) is unknown color: approx Violet Blue. HEX triplet: AC, 3F and A1. RGB value is (172,63,161). Sum of RGB (Red+Green+Blue) = 172+63+161=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FA1 is #53C05E. Grayscale: #6A6A6A. Windows color (decimal): -5488735 or 10567596. OLE color: 10567596.

HSL color Cylindrical-coordinate representation of color #AC3FA1: hue angle of 306.06º 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 #AC3FA1 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17263161-
CMYK00.630.060.33
HSL306.06º46.38%46.08%-
HSV(B)306.06º63.37%67.45%-
XYZ25.2214.935.26-
YUV106.76158.61174.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 63 (25% from 255) = 15.91%
BLUE value IS 161 (63.28% from 255) = 40.66%
R=43.43%
G=15.91%
B=40.66%

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
Decimal1726316100.630.060.33306.0646.3846.08
HexAC3FA103F6211322e2e
Octal254772410776414625656
Binary10101100111111101000010111111110100001100110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3FA1; }

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

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

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

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

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

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

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

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