#A53BA3

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

Shades of Violet Blue #A53BA3

Tints of Violet Blue #A53BA3

Color information

#A53BA3 (or 0xA53BA3) is unknown color: approx Violet Blue. HEX triplet: A5, 3B and A3. RGB value is (165,59,163). Sum of RGB (Red+Green+Blue) = 165+59+163=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A53BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53BA3 is #5AC45C. Grayscale: #666666. Windows color (decimal): -5948509 or 10697637. OLE color: 10697637.

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

Color convert

RGB16559163-
CMYK00.640.010.35
HSL301.13º47.32%43.92%-
HSV(B)301.13º64.24%64.71%-
XYZ23.6913.7736.06-
YUV102.55162.12172.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 59 (23.44% from 255) = 15.25%
BLUE value IS 163 (64.06% from 255) = 42.12%
R=42.64%
G=15.25%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655916300.640.010.35301.1347.3243.92
HexA53BA304012312d2f2c
Octal2457324301001434555754
Binary1010010111101110100011010000001100011100101101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53BA3; }

 p { color: rgb(165,59,163); }

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

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

 a { background-color: rgb(165,59,163); }

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

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

 span { border-color: rgb(165,59,163); }

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