#A53EAA

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

Shades of Violet Blue #A53EAA

Tints of Violet Blue #A53EAA

Color information

#A53EAA (or 0xA53EAA) is unknown color: approx Violet Blue. HEX triplet: A5, 3E and AA. RGB value is (165,62,170). Sum of RGB (Red+Green+Blue) = 165+62+170=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #A53EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53EAA is #5AC155. Grayscale: #686868. Windows color (decimal): -5947734 or 11157157. OLE color: 11157157.

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

Color convert

RGB16562170-
CMYK0.030.6400.33
HSL297.22º46.55%45.49%-
HSV(B)297.22º63.53%66.67%-
XYZ24.514.3539.51-
YUV105.11164.62170.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 62 (24.61% from 255) = 15.62%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=41.56%
G=15.62%
B=42.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165621700.030.6400.33297.2246.5545.49
HexA53EAA3400211292f2d
Octal2457625231000414515755
Binary10100101111110101010101110000000100001100101001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53EAA; }

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

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

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

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

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

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

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

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