#A547AD

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

Shades of Violet Blue #A547AD

Tints of Violet Blue #A547AD

Color information

#A547AD (or 0xA547AD) is unknown color: approx Violet Blue. HEX triplet: A5, 47 and AD. RGB value is (165,71,173). Sum of RGB (Red+Green+Blue) = 165+71+173=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A547AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547AD is #5AB852. Grayscale: #6E6E6E. Windows color (decimal): -5945427 or 11356069. OLE color: 11356069.

HSL color Cylindrical-coordinate representation of color #A547AD: hue angle of 295.29º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A547AD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16571173-
CMYK0.050.5900.32
HSL295.29º41.8%47.84%-
HSV(B)295.29º58.96%67.84%-
XYZ25.3115.5241.2-
YUV110.73163.14166.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=40.34%
G=17.36%
B=42.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165711730.050.5900.32295.2941.847.84
HexA547AD53B0201272a30
Octal2451072555730404475260
Binary101001011000111101011011011110110100000100100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A547AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A547AD; }

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

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

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

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

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

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

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

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