#A54B95

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

Shades of Violet Blue #A54B95

Tints of Violet Blue #A54B95

Color information

#A54B95 (or 0xA54B95) is unknown color: approx Violet Blue. HEX triplet: A5, 4B and 95. RGB value is (165,75,149). Sum of RGB (Red+Green+Blue) = 165+75+149=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54B95 is #5AB46A. Grayscale: #6E6E6E. Windows color (decimal): -5944427 or 9784229. OLE color: 9784229.

HSL color Cylindrical-coordinate representation of color #A54B95: hue angle of 310.67º 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 #A54B95 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16575149-
CMYK00.550.100.35
HSL310.67º37.5%47.06%-
HSV(B)310.67º54.55%64.71%-
XYZ23.4615.230.13-
YUV110.35149.82166.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=42.42%
G=19.28%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657514900.550.100.35310.6737.547.06
HexA54B95037A23137262f
Octal24511322506712434674657
Binary1010010110010111001010101101111010100011100110111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B95; }

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

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

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

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

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

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

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

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