#A54BAC

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

Shades of Violet Blue #A54BAC

Tints of Violet Blue #A54BAC

Color information

#A54BAC (or 0xA54BAC) is unknown color: approx Violet Blue. HEX triplet: A5, 4B and AC. RGB value is (165,75,172). Sum of RGB (Red+Green+Blue) = 165+75+172=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #A54BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BAC is #5AB453. Grayscale: #707070. Windows color (decimal): -5944404 or 11291557. OLE color: 11291557.

HSL color Cylindrical-coordinate representation of color #A54BAC: hue angle of 295.67º 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 #A54BAC is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16575172-
CMYK0.040.5600.33
HSL295.67º39.27%48.43%-
HSV(B)295.67º56.4%67.45%-
XYZ25.4816.0140.78-
YUV112.97161.32165.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=40.05%
G=18.20%
B=41.75%

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
Decimal165751720.040.5600.33295.6739.2748.43
HexA54BAC4380211282730
Octal2451132544700414504760
Binary101001011001011101011001001110000100001100101000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BAC; }

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

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

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

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

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

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

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

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