#A44D94

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

Shades of Violet Blue #A44D94

Tints of Violet Blue #A44D94

Color information

#A44D94 (or 0xA44D94) is unknown color: approx Violet Blue. HEX triplet: A4, 4D and 94. RGB value is (164,77,148). Sum of RGB (Red+Green+Blue) = 164+77+148=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D94 is #5BB26B. Grayscale: #6E6E6E. Windows color (decimal): -6009452 or 9719204. OLE color: 9719204.

HSL color Cylindrical-coordinate representation of color #A44D94: hue angle of 311.03º 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 #A44D94 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16477148-
CMYK00.530.100.36
HSL311.03º36.1%47.25%-
HSV(B)311.03º53.05%64.31%-
XYZ23.3115.3429.75-
YUV111.11148.82165.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=42.16%
G=19.79%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647714800.530.100.36311.0336.147.25
HexA44D94035A24137242f
Octal24411522406512444674457
Binary1010010010011011001010001101011010100100100110111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D94; }

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

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

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

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

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

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

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

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