#A43C9E

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

Shades of Violet Blue #A43C9E

Tints of Violet Blue #A43C9E

Color information

#A43C9E (or 0xA43C9E) is unknown color: approx Violet Blue. HEX triplet: A4, 3C and 9E. RGB value is (164,60,158). Sum of RGB (Red+Green+Blue) = 164+60+158=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C9E is #5BC361. Grayscale: #656565. Windows color (decimal): -6013794 or 10370212. OLE color: 10370212.

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

Color convert

RGB16460158-
CMYK00.630.040.36
HSL303.46º46.43%43.92%-
HSV(B)303.46º63.41%64.31%-
XYZ23.113.5933.75-
YUV102.27159.46172.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 60 (23.83% from 255) = 15.71%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=42.93%
G=15.71%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646015800.630.040.36303.4646.4343.92
HexA43C9E03F42412f2e2c
Octal244742360774444575654
Binary10100100111100100111100111111100100100100101111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43C9E; }

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

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

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

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

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

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

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

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