#A44C9B

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

Shades of Violet Blue #A44C9B

Tints of Violet Blue #A44C9B

Color information

#A44C9B (or 0xA44C9B) is unknown color: approx Violet Blue. HEX triplet: A4, 4C and 9B. RGB value is (164,76,155). Sum of RGB (Red+Green+Blue) = 164+76+155=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C9B is #5BB364. Grayscale: #6F6F6F. Windows color (decimal): -6009701 or 10177700. OLE color: 10177700.

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

Color convert

RGB16476155-
CMYK00.540.050.36
HSL306.14º36.67%47.06%-
HSV(B)306.14º53.66%64.31%-
XYZ23.8115.4332.73-
YUV111.32152.65165.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=41.52%
G=19.24%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647615500.540.050.36306.1436.6747.06
HexA44C9B036524132252f
Octal2441142330665444624557
Binary101001001001100100110110110110101100100100110010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C9B; }

 p { color: rgb(164,76,155); }

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

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

 a { background-color: rgb(164,76,155); }

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

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

 span { border-color: rgb(164,76,155); }

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