#A43CA3

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

Shades of Violet Blue #A43CA3

Tints of Violet Blue #A43CA3

Color information

#A43CA3 (or 0xA43CA3) is unknown color: approx Violet Blue. HEX triplet: A4, 3C and A3. RGB value is (164,60,163). Sum of RGB (Red+Green+Blue) = 164+60+163=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A43CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43CA3 is #5BC35C. Grayscale: #666666. Windows color (decimal): -6013789 or 10697892. OLE color: 10697892.

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

Color convert

RGB16460163-
CMYK00.630.010.36
HSL300.58º46.43%43.92%-
HSV(B)300.58º63.41%64.31%-
XYZ23.5413.7736.07-
YUV102.84161.96171.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 60 (23.83% from 255) = 15.50%
BLUE value IS 163 (64.06% from 255) = 42.12%
R=42.38%
G=15.50%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646016300.630.010.36300.5846.4343.92
HexA43CA303F12412d2e2c
Octal244742430771444555654
Binary101001001111001010001101111111100100100101101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43CA3; }

 p { color: rgb(164,60,163); }

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

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

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

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

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

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

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