#A54CFA

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

Shades of Blue Violet #A54CFA

Tints of Blue Violet #A54CFA

Color information

#A54CFA (or 0xA54CFA) is unknown color: approx Blue Violet. HEX triplet: A5, 4C and FA. RGB value is (165,76,250). Sum of RGB (Red+Green+Blue) = 165+76+250=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #A54CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CFA is #5AB305. Grayscale: #797979. Windows color (decimal): -5944070 or 16403621. OLE color: 16403621.

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

Color convert

RGB16576250-
CMYK0.340.7000.02
HSL270.69º94.57%63.92%-
HSV(B)270.69º69.6%98.04%-
XYZ35.3620.0792.45-
YUV122.45199.99158.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 76 (30.08% from 255) = 15.48%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=33.60%
G=15.48%
B=50.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165762500.340.7000.02270.6994.5763.92
HexA54CFA22460210f5f40
Octal2451143724210602417137100
Binary10100101100110011111010100010100011001010000111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54CFA; }

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

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

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

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

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

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

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

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