#A43D96

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

Shades of Violet Blue #A43D96

Tints of Violet Blue #A43D96

Color information

#A43D96 (or 0xA43D96) is unknown color: approx Violet Blue. HEX triplet: A4, 3D and 96. RGB value is (164,61,150). Sum of RGB (Red+Green+Blue) = 164+61+150=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D96 is #5BC269. Grayscale: #656565. Windows color (decimal): -6013546 or 9846180. OLE color: 9846180.

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

Color convert

RGB16461150-
CMYK00.630.090.36
HSL308.16º45.78%44.12%-
HSV(B)308.16º62.8%64.31%-
XYZ22.4813.4330.26-
YUV101.94155.12172.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 150 (58.98% from 255) = 40%
R=43.73%
G=16.27%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646115000.630.090.36308.1645.7844.12
HexA43D9603F9241342e2c
Octal2447522607711444645654
Binary101001001111011001011001111111001100100100110100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D96; }

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

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

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

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

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

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

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

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