#A545A7

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

Shades of Violet Blue #A545A7

Tints of Violet Blue #A545A7

Color information

#A545A7 (or 0xA545A7) is unknown color: approx Violet Blue. HEX triplet: A5, 45 and A7. RGB value is (165,69,167). Sum of RGB (Red+Green+Blue) = 165+69+167=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #A545A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A545A7 is #5ABA58. Grayscale: #6C6C6C. Windows color (decimal): -5945945 or 10962341. OLE color: 10962341.

HSL color Cylindrical-coordinate representation of color #A545A7: hue angle of 298.78º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A545A7 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16569167-
CMYK0.010.5900.35
HSL298.78º41.53%46.27%-
HSV(B)298.78º58.68%65.49%-
XYZ24.6215.0538.17-
YUV108.88160.8168.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 167 (65.62% from 255) = 41.65%
R=41.15%
G=17.21%
B=41.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165691670.010.5900.35298.7841.5346.27
HexA545A713B02312b2a2e
Octal2451052471730434535256
Binary1010010110001011010011111110110100011100101011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A545A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A545A7; }

 p { color: rgb(165,69,167); }

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

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

 a { background-color: rgb(165,69,167); }

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

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

 span { border-color: rgb(165,69,167); }

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