#A54BA2

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

Shades of Violet Blue #A54BA2

Tints of Violet Blue #A54BA2

Color information

#A54BA2 (or 0xA54BA2) is unknown color: approx Violet Blue. HEX triplet: A5, 4B and A2. RGB value is (165,75,162). Sum of RGB (Red+Green+Blue) = 165+75+162=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A54BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BA2 is #5AB45D. Grayscale: #6F6F6F. Windows color (decimal): -5944414 or 10636197. OLE color: 10636197.

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

Color convert

RGB16575162-
CMYK00.550.020.35
HSL302º37.5%47.06%-
HSV(B)302º54.55%64.71%-
XYZ24.5515.6435.91-
YUV111.83156.32165.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=41.04%
G=18.66%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657516200.550.020.3530237.547.06
HexA54BA203722312e262f
Octal2451132420672434564657
Binary10100101100101110100010011011110100011100101110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BA2; }

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

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

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

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

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

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

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

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