#A43D9C

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

Shades of Violet Blue #A43D9C

Tints of Violet Blue #A43D9C

Color information

#A43D9C (or 0xA43D9C) is unknown color: approx Violet Blue. HEX triplet: A4, 3D and 9C. RGB value is (164,61,156). Sum of RGB (Red+Green+Blue) = 164+61+156=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D9C is #5BC263. Grayscale: #666666. Windows color (decimal): -6013540 or 10239396. OLE color: 10239396.

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

Color convert

RGB16461156-
CMYK00.630.050.36
HSL304.66º45.78%44.12%-
HSV(B)304.66º62.8%64.31%-
XYZ22.9813.6332.87-
YUV102.63158.12171.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=43.04%
G=16.01%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646115600.630.050.36304.6645.7844.12
HexA43D9C03F5241312e2c
Octal244752340775444615654
Binary10100100111101100111000111111101100100100110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D9C; }

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

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

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

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

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

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

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

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