#A43A99

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

Shades of Violet Blue #A43A99

Tints of Violet Blue #A43A99

Color information

#A43A99 (or 0xA43A99) is unknown color: approx Violet Blue. HEX triplet: A4, 3A and 99. RGB value is (164,58,153). Sum of RGB (Red+Green+Blue) = 164+58+153=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A99 is #5BC566. Grayscale: #646464. Windows color (decimal): -6014311 or 10042020. OLE color: 10042020.

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

Color convert

RGB16458153-
CMYK00.650.070.36
HSL306.23º47.75%43.53%-
HSV(B)306.23º64.63%64.31%-
XYZ22.5713.2231.5-
YUV100.52157.62173.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=43.73%
G=15.47%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645815300.650.070.36306.2347.7543.53
HexA43A99041724132302c
Octal2447223101017444626054
Binary101001001110101001100101000001111100100100110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A99; }

 p { color: rgb(164,58,153); }

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

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

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

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

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

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

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