#A44394

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

Shades of Violet Blue #A44394

Tints of Violet Blue #A44394

Color information

#A44394 (or 0xA44394) is unknown color: approx Violet Blue. HEX triplet: A4, 43 and 94. RGB value is (164,67,148). Sum of RGB (Red+Green+Blue) = 164+67+148=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A44394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44394 is #5BBC6B. Grayscale: #696969. Windows color (decimal): -6012012 or 9716644. OLE color: 9716644.

HSL color Cylindrical-coordinate representation of color #A44394: hue angle of 309.9º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44394 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16467148-
CMYK00.590.100.36
HSL309.9º41.99%45.29%-
HSV(B)309.9º59.15%64.31%-
XYZ22.6614.0429.53-
YUV105.24152.14169.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 148 (58.20% from 255) = 39.05%
R=43.27%
G=17.68%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646714800.590.100.36309.941.9945.29
HexA4439403BA241362a2d
Octal24410322407312444665255
Binary1010010010000111001010001110111010100100100110110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44394; }

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

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

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

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

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

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

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

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