#A54C94

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

Shades of Violet Blue #A54C94

Tints of Violet Blue #A54C94

Color information

#A54C94 (or 0xA54C94) is unknown color: approx Violet Blue. HEX triplet: A5, 4C and 94. RGB value is (165,76,148). Sum of RGB (Red+Green+Blue) = 165+76+148=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54C94 is #5AB36B. Grayscale: #6E6E6E. Windows color (decimal): -5944172 or 9718949. OLE color: 9718949.

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

Color convert

RGB16576148-
CMYK00.540.100.35
HSL311.46º36.93%47.25%-
HSV(B)311.46º53.94%64.71%-
XYZ23.4515.3129.74-
YUV110.82148.99166.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=42.42%
G=19.54%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657614800.540.100.35311.4636.9347.25
HexA54C94036A23137252f
Octal24511422406612434674557
Binary1010010110011001001010001101101010100011100110111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C94; }

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

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

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

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

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

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

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

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