#A54EFC

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

Shades of Blue Violet #A54EFC

Tints of Blue Violet #A54EFC

Color information

#A54EFC (or 0xA54EFC) is unknown color: approx Blue Violet. HEX triplet: A5, 4E and FC. RGB value is (165,78,252). Sum of RGB (Red+Green+Blue) = 165+78+252=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #A54EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EFC is #5AB103. Grayscale: #7B7B7B. Windows color (decimal): -5943556 or 16535205. OLE color: 16535205.

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

Color convert

RGB16578252-
CMYK0.350.6900.01
HSL270º96.67%64.71%-
HSV(B)270º69.05%98.82%-
XYZ35.8120.4894.16-
YUV123.85200.32157.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 78 (30.86% from 255) = 15.76%
BLUE value IS 252 (98.83% from 255) = 50.91%
R=33.33%
G=15.76%
B=50.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165782520.350.6900.0127096.6764.71
HexA54EFC23450110e6141
Octal2451163744310501416141101
Binary1010010110011101111110010001110001010110000111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EFC; }

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

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

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

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

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

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

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

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