#A43E9C

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

Shades of Violet Blue #A43E9C

Tints of Violet Blue #A43E9C

Color information

#A43E9C (or 0xA43E9C) is unknown color: approx Violet Blue. HEX triplet: A4, 3E and 9C. RGB value is (164,62,156). Sum of RGB (Red+Green+Blue) = 164+62+156=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43E9C is #5BC163. Grayscale: #666666. Windows color (decimal): -6013284 or 10239652. OLE color: 10239652.

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

Color convert

RGB16462156-
CMYK00.620.050.36
HSL304.71º45.13%44.31%-
HSV(B)304.71º62.2%64.31%-
XYZ23.0313.7432.89-
YUV103.21157.79171.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=42.93%
G=16.23%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646215600.620.050.36304.7145.1344.31
HexA43E9C03E5241312d2c
Octal244762340765444615554
Binary10100100111110100111000111110101100100100110001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E9C; }

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

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

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

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

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

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

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

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