#A53AA4

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

Shades of Violet Blue #A53AA4

Tints of Violet Blue #A53AA4

Color information

#A53AA4 (or 0xA53AA4) is unknown color: approx Violet Blue. HEX triplet: A5, 3A and A4. RGB value is (165,58,164). Sum of RGB (Red+Green+Blue) = 165+58+164=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A53AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AA4 is #5AC55B. Grayscale: #656565. Windows color (decimal): -5948764 or 10762917. OLE color: 10762917.

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

Color convert

RGB16558164-
CMYK00.650.010.35
HSL300.56º47.98%43.73%-
HSV(B)300.56º64.85%64.71%-
XYZ23.7313.7136.52-
YUV102.08162.95172.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=42.64%
G=14.99%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655816400.650.010.35300.5647.9843.73
HexA53AA404112312d302c
Octal2457224401011434556054
Binary1010010111101010100100010000011100011100101101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53AA4; }

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

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

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

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

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

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

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

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