#A53BA2

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

Shades of Violet Blue #A53BA2

Tints of Violet Blue #A53BA2

Color information

#A53BA2 (or 0xA53BA2) is unknown color: approx Violet Blue. HEX triplet: A5, 3B and A2. RGB value is (165,59,162). Sum of RGB (Red+Green+Blue) = 165+59+162=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A53BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53BA2 is #5AC45D. Grayscale: #666666. Windows color (decimal): -5948510 or 10632101. OLE color: 10632101.

HSL color Cylindrical-coordinate representation of color #A53BA2: hue angle of 301.7º 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 #A53BA2 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16559162-
CMYK00.640.020.35
HSL301.7º47.32%43.92%-
HSV(B)301.7º64.24%64.71%-
XYZ23.613.7435.59-
YUV102.44161.62172.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 59 (23.44% from 255) = 15.28%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=42.75%
G=15.28%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655916200.640.020.35301.747.3243.92
HexA53BA204022312e2f2c
Octal2457324201002434565754
Binary10100101111011101000100100000010100011100101110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53BA2; }

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

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

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

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

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

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

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

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