#A43DA4

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

Shades of Violet Blue #A43DA4

Tints of Violet Blue #A43DA4

Color information

#A43DA4 (or 0xA43DA4) is unknown color: approx Violet Blue. HEX triplet: A4, 3D and A4. RGB value is (164,61,164). Sum of RGB (Red+Green+Blue) = 164+61+164=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A43DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DA4 is #5BC25B. Grayscale: #676767. Windows color (decimal): -6013532 or 10763684. OLE color: 10763684.

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

Color convert

RGB16461164-
CMYK00.6300.36
HSL300º45.78%44.12%-
HSV(B)300º62.8%64.31%-
XYZ23.6813.9136.56-
YUV103.54162.12171.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=42.16%
G=15.68%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646116400.6300.3630045.7844.12
HexA43DA403F02412c2e2c
Octal244752440770444545654
Binary101001001111011010010001111110100100100101100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43DA4; }

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

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

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

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

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

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

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

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