#A54EFA

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

Shades of Blue Violet #A54EFA

Tints of Blue Violet #A54EFA

Color information

#A54EFA (or 0xA54EFA) is unknown color: approx Blue Violet. HEX triplet: A5, 4E and FA. RGB value is (165,78,250). Sum of RGB (Red+Green+Blue) = 165+78+250=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #A54EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EFA is #5AB105. Grayscale: #7B7B7B. Windows color (decimal): -5943558 or 16404133. OLE color: 16404133.

HSL color Cylindrical-coordinate representation of color #A54EFA: hue angle of 270.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54EFA is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16578250-
CMYK0.340.6900.02
HSL270.35º94.51%64.31%-
HSV(B)270.35º68.8%98.04%-
XYZ35.520.3592.5-
YUV123.62199.32157.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 250 (98.05% from 255) = 50.71%
R=33.47%
G=15.82%
B=50.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165782500.340.6900.02270.3594.5164.31
HexA54EFA22450210e5f40
Octal2451163724210502416137100
Binary10100101100111011111010100010100010101010000111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EFA; }

 p { color: rgb(165,78,250); }

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

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

 a { background-color: rgb(165,78,250); }

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

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

 span { border-color: rgb(165,78,250); }

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