#A54A92

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

Shades of Violet Blue #A54A92

Tints of Violet Blue #A54A92

Color information

#A54A92 (or 0xA54A92) is unknown color: approx Violet Blue. HEX triplet: A5, 4A and 92. RGB value is (165,74,146). Sum of RGB (Red+Green+Blue) = 165+74+146=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54A92 is #5AB56D. Grayscale: #6D6D6D. Windows color (decimal): -5944686 or 9587365. OLE color: 9587365.

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

Color convert

RGB16574146-
CMYK00.550.120.35
HSL312.53º38.08%46.86%-
HSV(B)312.53º55.15%64.71%-
XYZ23.1514.9728.86-
YUV109.42148.65167.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=42.86%
G=19.22%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657414600.550.120.35312.5338.0846.86
HexA54A92037C23139262f
Octal24511222206714434714657
Binary1010010110010101001001001101111100100011100111001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A92; }

 p { color: rgb(165,74,146); }

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

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

 a { background-color: rgb(165,74,146); }

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

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

 span { border-color: rgb(165,74,146); }

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