#A43B9D

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

Shades of Violet Blue #A43B9D

Tints of Violet Blue #A43B9D

Color information

#A43B9D (or 0xA43B9D) is unknown color: approx Violet Blue. HEX triplet: A4, 3B and 9D. RGB value is (164,59,157). Sum of RGB (Red+Green+Blue) = 164+59+157=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43B9D is #5BC462. Grayscale: #656565. Windows color (decimal): -6014051 or 10304420. OLE color: 10304420.

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

Color convert

RGB16459157-
CMYK00.640.040.36
HSL304º47.09%43.73%-
HSV(B)304º64.02%64.31%-
XYZ22.9613.4533.29-
YUV101.57159.29172.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 59 (23.44% from 255) = 15.53%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=43.16%
G=15.53%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645915700.640.040.3630447.0943.73
HexA43B9D0404241302f2c
Octal2447323501004444605754
Binary101001001110111001110101000000100100100100110000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43B9D; }

 p { color: rgb(164,59,157); }

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

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

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

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

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

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

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