#a53ff2

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

Shades of Blue Violet #A53FF2

Tints of Blue Violet #A53FF2

Color information

#A53FF2 (or 0xA53FF2) is unknown color: approx Blue Violet. HEX triplet: A5, 3F and F2. RGB value is (165,63,242). Sum of RGB (Red+Green+Blue) = 165+63+242=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #A53FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FF2 is #5AC00D. Grayscale: #717171. Windows color (decimal): -5947406 or 15876005. OLE color: 15876005.

HSL color Cylindrical-coordinate representation of color #A53FF2: hue angle of 274.19º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53FF2 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16563242-
CMYK0.320.7400.05
HSL274.19º87.32%59.8%-
HSV(B)274.19º73.97%94.9%-
XYZ33.3217.9785.72-
YUV113.9200.29164.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 63 (25% from 255) = 13.40%
BLUE value IS 242 (94.92% from 255) = 51.49%
R=35.11%
G=13.40%
B=51.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165632420.320.7400.05274.1987.3259.8
HexA53FF2204A05112573c
Octal24577362401120542212774
Binary1010010111111111110010100000100101001011000100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53ff2; }

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

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

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

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

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

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

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

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