#A43AA6

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

Shades of Violet Blue #A43AA6

Tints of Violet Blue #A43AA6

Color information

#A43AA6 (or 0xA43AA6) is unknown color: approx Violet Blue. HEX triplet: A4, 3A and A6. RGB value is (164,58,166). Sum of RGB (Red+Green+Blue) = 164+58+166=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 166 - color contains mainly: blue. Hex color #A43AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43AA6 is #5BC559. Grayscale: #656565. Windows color (decimal): -6014298 or 10893988. OLE color: 10893988.

HSL color Cylindrical-coordinate representation of color #A43AA6: hue angle of 298.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43AA6 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16458166-
CMYK0.010.6500.35
HSL298.89º48.21%43.92%-
HSV(B)298.89º65.06%65.1%-
XYZ23.7113.6737.47-
YUV102.01164.12172.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 166 (65.23% from 255) = 42.78%
R=42.27%
G=14.95%
B=42.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164581660.010.6500.35298.8948.2143.92
HexA43AA614102312b302c
Octal2447224611010434536054
Binary1010010011101010100110110000010100011100101011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43AA6; }

 p { color: rgb(164,58,166); }

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

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

 a { background-color: rgb(164,58,166); }

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

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

 span { border-color: rgb(164,58,166); }

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