#A545A0

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

Shades of Violet Blue #A545A0

Tints of Violet Blue #A545A0

Color information

#A545A0 (or 0xA545A0) is unknown color: approx Violet Blue. HEX triplet: A5, 45 and A0. RGB value is (165,69,160). Sum of RGB (Red+Green+Blue) = 165+69+160=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A545A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A545A0 is #5ABA5F. Grayscale: #6B6B6B. Windows color (decimal): -5945952 or 10503589. OLE color: 10503589.

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

Color convert

RGB16569160-
CMYK00.580.030.35
HSL303.12º41.03%45.88%-
HSV(B)303.12º58.18%64.71%-
XYZ23.9914.7934.85-
YUV108.08157.3168.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=41.88%
G=17.51%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656916000.580.030.35303.1241.0345.88
HexA545A003A32312f292e
Octal2451052400723434575156
Binary10100101100010110100000011101011100011100101111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A545A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A545A0; }

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

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

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

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

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

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

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

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