#A44695

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

Shades of Violet Blue #A44695

Tints of Violet Blue #A44695

Color information

#A44695 (or 0xA44695) is unknown color: approx Violet Blue. HEX triplet: A4, 46 and 95. RGB value is (164,70,149). Sum of RGB (Red+Green+Blue) = 164+70+149=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A44695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44695 is #5BB96A. Grayscale: #6A6A6A. Windows color (decimal): -6011243 or 9782948. OLE color: 9782948.

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

Color convert

RGB16470149-
CMYK00.570.090.36
HSL309.57º40.17%45.88%-
HSV(B)309.57º57.32%64.31%-
XYZ22.9214.4430.01-
YUV107.11151.64168.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=42.82%
G=18.28%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647014900.570.090.36309.5740.1745.88
HexA44695039924136282e
Octal24410622507111444665056
Binary1010010010001101001010101110011001100100100110110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44695; }

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

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

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

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

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

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

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

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