#A53BF3

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

Shades of Blue Violet #A53BF3

Tints of Blue Violet #A53BF3

Color information

#A53BF3 (or 0xA53BF3) is unknown color: approx Blue Violet. HEX triplet: A5, 3B and F3. RGB value is (165,59,243). Sum of RGB (Red+Green+Blue) = 165+59+243=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #A53BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53BF3 is #5AC40C. Grayscale: #6F6F6F. Windows color (decimal): -5948429 or 15940517. OLE color: 15940517.

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

Color convert

RGB16559243-
CMYK0.320.7600.05
HSL274.57º88.46%59.22%-
HSV(B)274.57º75.72%95.29%-
XYZ33.2617.686.44-
YUV111.67202.12166.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 59 (23.44% from 255) = 12.63%
BLUE value IS 243 (95.31% from 255) = 52.03%
R=35.33%
G=12.63%
B=52.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165592430.320.7600.05274.5788.4659.22
HexA53BF3204C05113583b
Octal24573363401140542313073
Binary1010010111101111110011100000100110001011000100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53BF3; }

 p { color: rgb(165,59,243); }

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

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

 a { background-color: rgb(165,59,243); }

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

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

 span { border-color: rgb(165,59,243); }

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