#A44BAA

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

Shades of Violet Blue #A44BAA

Tints of Violet Blue #A44BAA

Color information

#A44BAA (or 0xA44BAA) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and AA. RGB value is (164,75,170). Sum of RGB (Red+Green+Blue) = 164+75+170=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #A44BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44BAA is #5BB455. Grayscale: #707070. Windows color (decimal): -6009942 or 11160484. OLE color: 11160484.

HSL color Cylindrical-coordinate representation of color #A44BAA: hue angle of 296.21º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44BAA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16475170-
CMYK0.040.5600.33
HSL296.21º38.78%48.04%-
HSV(B)296.21º55.88%66.67%-
XYZ25.0815.8339.76-
YUV112.44160.49164.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=40.10%
G=18.34%
B=41.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164751700.040.5600.33296.2138.7848.04
HexA44BAA4380211282730
Octal2441132524700414504760
Binary101001001001011101010101001110000100001100101000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BAA; }

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

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

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

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

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

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

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

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