#A54D9B

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

Shades of Violet Blue #A54D9B

Tints of Violet Blue #A54D9B

Color information

#A54D9B (or 0xA54D9B) is unknown color: approx Violet Blue. HEX triplet: A5, 4D and 9B. RGB value is (165,77,155). Sum of RGB (Red+Green+Blue) = 165+77+155=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54D9B is #5AB264. Grayscale: #6F6F6F. Windows color (decimal): -5943909 or 10177957. OLE color: 10177957.

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

Color convert

RGB16577155-
CMYK00.530.060.35
HSL306.82º36.36%47.45%-
HSV(B)306.82º53.33%64.71%-
XYZ24.0915.6732.77-
YUV112.2152.15165.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=41.56%
G=19.40%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657715500.530.060.35306.8236.3647.45
HexA54D9B035623133242f
Octal2451152330656434634457
Binary101001011001101100110110110101110100011100110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D9B; }

 p { color: rgb(165,77,155); }

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

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

 a { background-color: rgb(165,77,155); }

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

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

 span { border-color: rgb(165,77,155); }

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