#A7549D

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

Shades of Violet Blue #A7549D

Tints of Violet Blue #A7549D

Color information

#A7549D (or 0xA7549D) is unknown color: approx Violet Blue. HEX triplet: A7, 54 and 9D. RGB value is (167,84,157). Sum of RGB (Red+Green+Blue) = 167+84+157=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7549D is #58AB62. Grayscale: #747474. Windows color (decimal): -5811043 or 10310823. OLE color: 10310823.

HSL color Cylindrical-coordinate representation of color #A7549D: hue angle of 307.23º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7549D is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16784157-
CMYK00.500.060.35
HSL307.23º33.07%49.22%-
HSV(B)307.23º49.7%65.49%-
XYZ25.1916.9933.85-
YUV117.14150.5163.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=40.93%
G=20.59%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678415700.500.060.35307.2333.0749.22
HexA7549D0326231332131
Octal2471242350626434634161
Binary101001111010100100111010110010110100011100110011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7549D; }

 p { color: rgb(167,84,157); }

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

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

 a { background-color: rgb(167,84,157); }

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

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

 span { border-color: rgb(167,84,157); }

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