#A53AA8

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

Shades of Violet Blue #A53AA8

Tints of Violet Blue #A53AA8

Color information

#A53AA8 (or 0xA53AA8) is unknown color: approx Violet Blue. HEX triplet: A5, 3A and A8. RGB value is (165,58,168). Sum of RGB (Red+Green+Blue) = 165+58+168=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 168 - color contains mainly: blue. Hex color #A53AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AA8 is #5AC557. Grayscale: #666666. Windows color (decimal): -5948760 or 11025061. OLE color: 11025061.

HSL color Cylindrical-coordinate representation of color #A53AA8: hue angle of 298.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53AA8 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16558168-
CMYK0.020.6500.34
HSL298.36º48.67%44.31%-
HSV(B)298.36º65.48%65.88%-
XYZ24.113.8538.45-
YUV102.53164.95172.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 168 (66.02% from 255) = 42.97%
R=42.20%
G=14.83%
B=42.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165581680.020.6500.34298.3648.6744.31
HexA53AA824102212a312c
Octal2457225021010424526154
Binary10100101111010101010001010000010100010100101010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53AA8; }

 p { color: rgb(165,58,168); }

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

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

 a { background-color: rgb(165,58,168); }

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

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

 span { border-color: rgb(165,58,168); }

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