#A53FAA

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

Shades of Violet Blue #A53FAA

Tints of Violet Blue #A53FAA

Color information

#A53FAA (or 0xA53FAA) is unknown color: approx Violet Blue. HEX triplet: A5, 3F and AA. RGB value is (165,63,170). Sum of RGB (Red+Green+Blue) = 165+63+170=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #A53FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FAA is #5AC055. Grayscale: #696969. Windows color (decimal): -5947478 or 11157413. OLE color: 11157413.

HSL color Cylindrical-coordinate representation of color #A53FAA: hue angle of 297.2º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53FAA is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16563170-
CMYK0.030.6300.33
HSL297.2º45.92%45.69%-
HSV(B)297.2º62.94%66.67%-
XYZ24.5514.4639.53-
YUV105.7164.29170.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 63 (25% from 255) = 15.83%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=41.46%
G=15.83%
B=42.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165631700.030.6300.33297.245.9245.69
HexA53FAA33F0211292e2e
Octal245772523770414515656
Binary1010010111111110101010111111110100001100101001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53FAA; }

 p { color: rgb(165,63,170); }

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

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

 a { background-color: rgb(165,63,170); }

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

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

 span { border-color: rgb(165,63,170); }

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