#A44B9D

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

Shades of Violet Blue #A44B9D

Tints of Violet Blue #A44B9D

Color information

#A44B9D (or 0xA44B9D) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and 9D. RGB value is (164,75,157). Sum of RGB (Red+Green+Blue) = 164+75+157=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B9D is #5BB462. Grayscale: #6E6E6E. Windows color (decimal): -6009955 or 10308516. OLE color: 10308516.

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

Color convert

RGB16475157-
CMYK00.540.040.36
HSL304.72º37.24%46.86%-
HSV(B)304.72º54.27%64.31%-
XYZ23.9115.3633.6-
YUV110.96153.99165.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=41.41%
G=18.94%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647515700.540.040.36304.7237.2446.86
HexA44B9D036424131252f
Octal2441132350664444614557
Binary101001001001011100111010110110100100100100110001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B9D; }

 p { color: rgb(164,75,157); }

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

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

 a { background-color: rgb(164,75,157); }

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

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

 span { border-color: rgb(164,75,157); }

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