#A53FF1

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

Shades of Blue Violet #A53FF1

Tints of Blue Violet #A53FF1

Color information

#A53FF1 (or 0xA53FF1) is unknown color: approx Blue Violet. HEX triplet: A5, 3F and F1. RGB value is (165,63,241). Sum of RGB (Red+Green+Blue) = 165+63+241=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #A53FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FF1 is #5AC00E. Grayscale: #717171. Windows color (decimal): -5947407 or 15810469. OLE color: 15810469.

HSL color Cylindrical-coordinate representation of color #A53FF1: hue angle of 274.38º degrees, saturation: 0.86, 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 #A53FF1 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16563241-
CMYK0.320.7400.05
HSL274.38º86.41%59.61%-
HSV(B)274.38º73.86%94.51%-
XYZ33.1717.9184.93-
YUV113.79199.79164.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 63 (25% from 255) = 13.43%
BLUE value IS 241 (94.53% from 255) = 51.39%
R=35.18%
G=13.43%
B=51.39%

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
Decimal165632410.320.7400.05274.3886.4159.61
HexA53FF1204A05112563c
Octal24577361401120542212674
Binary1010010111111111110001100000100101001011000100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53FF1; }

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

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

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

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

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

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

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

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