#A43DA5

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

Shades of Violet Blue #A43DA5

Tints of Violet Blue #A43DA5

Color information

#A43DA5 (or 0xA43DA5) is unknown color: approx Violet Blue. HEX triplet: A4, 3D and A5. RGB value is (164,61,165). Sum of RGB (Red+Green+Blue) = 164+61+165=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #A43DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DA5 is #5BC25A. Grayscale: #676767. Windows color (decimal): -6013531 or 10829220. OLE color: 10829220.

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

Color convert

RGB16461165-
CMYK0.010.6300.35
HSL299.42º46.02%44.31%-
HSV(B)299.42º63.03%64.71%-
XYZ23.7713.9537.04-
YUV103.65162.62171.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 165 (64.84% from 255) = 42.31%
R=42.05%
G=15.64%
B=42.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164611650.010.6300.35299.4246.0244.31
HexA43DA513F02312b2e2c
Octal244752451770434535654
Binary101001001111011010010111111110100011100101011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43DA5; }

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

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

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

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

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

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

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

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