#AC3FA0

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

Shades of Violet Blue #AC3FA0

Tints of Violet Blue #AC3FA0

Color information

#AC3FA0 (or 0xAC3FA0) is unknown color: approx Violet Blue. HEX triplet: AC, 3F and A0. RGB value is (172,63,160). Sum of RGB (Red+Green+Blue) = 172+63+160=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FA0 is #53C05F. Grayscale: #6A6A6A. Windows color (decimal): -5488736 or 10502060. OLE color: 10502060.

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

Color convert

RGB17263160-
CMYK00.630.070.33
HSL306.61º46.38%46.08%-
HSV(B)306.61º63.37%67.45%-
XYZ25.1414.8634.8-
YUV106.65158.11174.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=43.54%
G=15.95%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726316000.630.070.33306.6146.3846.08
HexAC3FA003F7211332e2e
Octal254772400777414635656
Binary10101100111111101000000111111111100001100110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3FA0; }

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

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

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

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

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

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

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

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