#A53DFF

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

Shades of Blue Violet #A53DFF

Tints of Blue Violet #A53DFF

Color information

#A53DFF (or 0xA53DFF) is unknown color: approx Blue Violet. HEX triplet: A5, 3D and FF. RGB value is (165,61,255). Sum of RGB (Red+Green+Blue) = 165+61+255=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #A53DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DFF is #5AC200. Grayscale: #717171. Windows color (decimal): -5947905 or 16727461. OLE color: 16727461.

HSL color Cylindrical-coordinate representation of color #A53DFF: hue angle of 272.16º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53DFF is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16561255-
CMYK0.350.7600
HSL272.16º100%61.96%-
HSV(B)272.16º76.08%100%-
XYZ35.2418.5696.33-
YUV114.21207.46164.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 61 (24.22% from 255) = 12.68%
BLUE value IS 255 (100% from 255) = 53.01%
R=34.30%
G=12.68%
B=53.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165612550.350.7600272.1610061.96
HexA53DFF234C00110643e
Octal24575377431140042014476
Binary10100101111101111111111000111001100001000100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DFF; }

 p { color: rgb(165,61,255); }

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

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

 a { background-color: rgb(165,61,255); }

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

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

 span { border-color: rgb(165,61,255); }

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