#a54cfe

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

Shades of Blue Violet #A54CFE

Tints of Blue Violet #A54CFE

Color information

#A54CFE (or 0xA54CFE) is unknown color: approx Blue Violet. HEX triplet: A5, 4C and FE. RGB value is (165,76,254). Sum of RGB (Red+Green+Blue) = 165+76+254=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A54CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CFE is #5AB301. Grayscale: #7A7A7A. Windows color (decimal): -5944066 or 16665765. OLE color: 16665765.

HSL color Cylindrical-coordinate representation of color #A54CFE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54CFE is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16576254-
CMYK0.350.7000.00
HSL270º98.89%64.71%-
HSV(B)270º70.08%99.61%-
XYZ35.9920.3295.79-
YUV122.9201.99158.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 76 (30.08% from 255) = 15.35%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=33.33%
G=15.35%
B=51.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal165762540.350.7000.0027098.8964.71
HexA54CFE23460010e6341
Octal2451143764310600416143101
Binary1010010110011001111111010001110001100010000111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54cfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54cfe; }

 p { color: rgb(165,76,254); }

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

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

 a { background-color: rgb(165,76,254); }

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

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

 span { border-color: rgb(165,76,254); }

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