#A44D95

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

Shades of Violet Blue #A44D95

Tints of Violet Blue #A44D95

Color information

#A44D95 (or 0xA44D95) is unknown color: approx Violet Blue. HEX triplet: A4, 4D and 95. RGB value is (164,77,149). Sum of RGB (Red+Green+Blue) = 164+77+149=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D95 is #5BB26A. Grayscale: #6F6F6F. Windows color (decimal): -6009451 or 9784740. OLE color: 9784740.

HSL color Cylindrical-coordinate representation of color #A44D95: hue angle of 310.34º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D95 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16477149-
CMYK00.530.090.36
HSL310.34º36.1%47.25%-
HSV(B)310.34º53.05%64.31%-
XYZ23.3915.3730.17-
YUV111.22149.32165.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=42.05%
G=19.74%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647714900.530.090.36310.3436.147.25
HexA44D95035924136242f
Octal24411522506511444664457
Binary1010010010011011001010101101011001100100100110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D95; }

 p { color: rgb(164,77,149); }

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

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

 a { background-color: rgb(164,77,149); }

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

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

 span { border-color: rgb(164,77,149); }

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