#A54BFF

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

Shades of Blue Violet #A54BFF

Tints of Blue Violet #A54BFF

Color information

#A54BFF (or 0xA54BFF) is unknown color: approx Blue Violet. HEX triplet: A5, 4B and FF. RGB value is (165,75,255). Sum of RGB (Red+Green+Blue) = 165+75+255=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #A54BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54BFF is #5AB400. Grayscale: #797979. Windows color (decimal): -5944321 or 16731045. OLE color: 16731045.

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

Color convert

RGB16575255-
CMYK0.350.7100
HSL270º100%64.71%-
HSV(B)270º70.59%100%-
XYZ36.0820.2596.61-
YUV122.43202.82158.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 15.15%
BLUE value IS 255 (100% from 255) = 51.52%
R=33.33%
G=15.15%
B=51.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165752550.350.710027010064.71
HexA54BFF23470010e6441
Octal2451133774310700416144101
Binary1010010110010111111111110001110001110010000111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BFF; }

 p { color: rgb(165,75,255); }

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

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

 a { background-color: rgb(165,75,255); }

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

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

 span { border-color: rgb(165,75,255); }

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