#A54BAF

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

Shades of Violet Blue #A54BAF

Tints of Violet Blue #A54BAF

Color information

#A54BAF (or 0xA54BAF) is unknown color: approx Violet Blue. HEX triplet: A5, 4B and AF. RGB value is (165,75,175). Sum of RGB (Red+Green+Blue) = 165+75+175=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #A54BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BAF is #5AB450. Grayscale: #717171. Windows color (decimal): -5944401 or 11488165. OLE color: 11488165.

HSL color Cylindrical-coordinate representation of color #A54BAF: hue angle of 294º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54BAF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16575175-
CMYK0.060.5700.31
HSL294º40%49.02%-
HSV(B)294º57.14%68.63%-
XYZ25.7716.1342.31-
YUV113.31162.82164.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=39.76%
G=18.07%
B=42.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165751750.060.5700.312944049.02
HexA54BAF63901F1262831
Octal2451132576710374465061
Binary10100101100101110101111110111001011111100100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BAF; }

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

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

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

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

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

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

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

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