#A545AD

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

Shades of Violet Blue #A545AD

Tints of Violet Blue #A545AD

Color information

#A545AD (or 0xA545AD) is unknown color: approx Violet Blue. HEX triplet: A5, 45 and AD. RGB value is (165,69,173). Sum of RGB (Red+Green+Blue) = 165+69+173=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #A545AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A545AD is #5ABA52. Grayscale: #6D6D6D. Windows color (decimal): -5945939 or 11355557. OLE color: 11355557.

HSL color Cylindrical-coordinate representation of color #A545AD: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A545AD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16569173-
CMYK0.050.6000.32
HSL295.38º42.98%47.45%-
HSV(B)295.38º60.12%67.84%-
XYZ25.1915.2741.16-
YUV109.56163.8167.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=40.54%
G=16.95%
B=42.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165691730.050.6000.32295.3842.9847.45
HexA545AD53C0201272b2f
Octal2451052555740404475357
Binary101001011000101101011011011111000100000100100111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A545AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A545AD; }

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

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

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

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

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

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

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

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