#A53CA2

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

Shades of Violet Blue #A53CA2

Tints of Violet Blue #A53CA2

Color information

#A53CA2 (or 0xA53CA2) is unknown color: approx Violet Blue. HEX triplet: A5, 3C and A2. RGB value is (165,60,162). Sum of RGB (Red+Green+Blue) = 165+60+162=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A53CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53CA2 is #5AC35D. Grayscale: #666666. Windows color (decimal): -5948254 or 10632357. OLE color: 10632357.

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

Color convert

RGB16560162-
CMYK00.640.020.35
HSL301.71º46.67%44.12%-
HSV(B)301.71º63.64%64.71%-
XYZ23.6513.8435.61-
YUV103.02161.29172.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 60 (23.83% from 255) = 15.50%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=42.64%
G=15.50%
B=41.86%

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
Decimal1656016200.640.020.35301.7146.6744.12
HexA53CA204022312e2f2c
Octal2457424201002434565754
Binary10100101111100101000100100000010100011100101110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53CA2; }

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

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

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

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

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

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

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

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