#A43C99

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

Shades of Violet Blue #A43C99

Tints of Violet Blue #A43C99

Color information

#A43C99 (or 0xA43C99) is unknown color: approx Violet Blue. HEX triplet: A4, 3C and 99. RGB value is (164,60,153). Sum of RGB (Red+Green+Blue) = 164+60+153=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C99 is #5BC366. Grayscale: #656565. Windows color (decimal): -6013799 or 10042532. OLE color: 10042532.

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

Color convert

RGB16460153-
CMYK00.630.070.36
HSL306.35º46.43%43.92%-
HSV(B)306.35º63.41%64.31%-
XYZ22.6813.4231.53-
YUV101.7156.96172.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 60 (23.83% from 255) = 15.92%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=43.50%
G=15.92%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646015300.630.070.36306.3546.4343.92
HexA43C9903F7241322e2c
Octal244742310777444625654
Binary10100100111100100110010111111111100100100110010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43C99; }

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

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

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

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

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

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

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

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