#A53CA0

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

Shades of Violet Blue #A53CA0

Tints of Violet Blue #A53CA0

Color information

#A53CA0 (or 0xA53CA0) is unknown color: approx Violet Blue. HEX triplet: A5, 3C and A0. RGB value is (165,60,160). Sum of RGB (Red+Green+Blue) = 165+60+160=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A53CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53CA0 is #5AC35F. Grayscale: #666666. Windows color (decimal): -5948256 or 10501285. OLE color: 10501285.

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

Color convert

RGB16560160-
CMYK00.640.030.35
HSL302.86º46.67%44.12%-
HSV(B)302.86º63.64%64.71%-
XYZ23.4813.7734.68-
YUV102.8160.29172.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=42.86%
G=15.58%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656016000.640.030.35302.8646.6744.12
HexA53CA004032312f2f2c
Octal2457424001003434575754
Binary10100101111100101000000100000011100011100101111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53CA0; }

 p { color: rgb(165,60,160); }

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

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

 a { background-color: rgb(165,60,160); }

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

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

 span { border-color: rgb(165,60,160); }

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