#A54BAB

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

Shades of Violet Blue #A54BAB

Tints of Violet Blue #A54BAB

Color information

#A54BAB (or 0xA54BAB) is unknown color: approx Violet Blue. HEX triplet: A5, 4B and AB. RGB value is (165,75,171). Sum of RGB (Red+Green+Blue) = 165+75+171=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #A54BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BAB is #5AB454. Grayscale: #707070. Windows color (decimal): -5944405 or 11226021. OLE color: 11226021.

HSL color Cylindrical-coordinate representation of color #A54BAB: hue angle of 296.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54BAB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16575171-
CMYK0.040.5600.33
HSL296.25º39.02%48.24%-
HSV(B)296.25º56.14%67.06%-
XYZ25.3815.9740.27-
YUV112.85160.82165.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=40.15%
G=18.25%
B=41.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165751710.040.5600.33296.2539.0248.24
HexA54BAB4380211282730
Octal2451132534700414504760
Binary101001011001011101010111001110000100001100101000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BAB; }

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

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

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

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

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

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

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

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