#A54BA6

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

Shades of Violet Blue #A54BA6

Tints of Violet Blue #A54BA6

Color information

#A54BA6 (or 0xA54BA6) is unknown color: approx Violet Blue. HEX triplet: A5, 4B and A6. RGB value is (165,75,166). Sum of RGB (Red+Green+Blue) = 165+75+166=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 166 - color contains mainly: blue. Hex color #A54BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BA6 is #5AB459. Grayscale: #707070. Windows color (decimal): -5944410 or 10898341. OLE color: 10898341.

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

Color convert

RGB16575166-
CMYK0.010.5500.35
HSL299.34º37.76%47.25%-
HSV(B)299.34º54.82%65.1%-
XYZ24.9215.7837.81-
YUV112.28158.32165.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 75 (29.69% from 255) = 18.47%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=40.64%
G=18.47%
B=40.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165751660.010.5500.35299.3437.7647.25
HexA54BA613702312b262f
Octal2451132461670434534657
Binary1010010110010111010011011101110100011100101011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BA6; }

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

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

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

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

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

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

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

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