#AC3DA4

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

Shades of Violet Blue #AC3DA4

Tints of Violet Blue #AC3DA4

Color information

#AC3DA4 (or 0xAC3DA4) is unknown color: approx Violet Blue. HEX triplet: AC, 3D and A4. RGB value is (172,61,164). Sum of RGB (Red+Green+Blue) = 172+61+164=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3DA4 is #53C25B. Grayscale: #696969. Windows color (decimal): -5489244 or 10763692. OLE color: 10763692.

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

Color convert

RGB17261164-
CMYK00.650.050.33
HSL304.32º47.64%45.69%-
HSV(B)304.32º64.53%67.45%-
XYZ25.3814.7936.64-
YUV105.93160.77175.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=43.32%
G=15.37%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726116400.650.050.33304.3247.6445.69
HexAC3DA4041521130302e
Octal2547524401015414606056
Binary101011001111011010010001000001101100001100110000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3DA4; }

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

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

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

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

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

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

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

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