#A43E97

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

Shades of Violet Blue #A43E97

Tints of Violet Blue #A43E97

Color information

#A43E97 (or 0xA43E97) is unknown color: approx Violet Blue. HEX triplet: A4, 3E and 97. RGB value is (164,62,151). Sum of RGB (Red+Green+Blue) = 164+62+151=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43E97 is #5BC168. Grayscale: #666666. Windows color (decimal): -6013289 or 9911972. OLE color: 9911972.

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

Color convert

RGB16462151-
CMYK00.620.080.36
HSL307.65º45.13%44.31%-
HSV(B)307.65º62.2%64.31%-
XYZ22.6213.5730.71-
YUV102.64155.29171.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 62 (24.61% from 255) = 16.45%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=43.50%
G=16.45%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646215100.620.080.36307.6545.1344.31
HexA43E9703E8241342d2c
Octal2447622707610444645554
Binary101001001111101001011101111101000100100100110100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E97; }

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

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

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

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

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

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

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

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