#A44BA0

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

Shades of Violet Blue #A44BA0

Tints of Violet Blue #A44BA0

Color information

#A44BA0 (or 0xA44BA0) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and A0. RGB value is (164,75,160). Sum of RGB (Red+Green+Blue) = 164+75+160=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A44BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44BA0 is #5BB45F. Grayscale: #6F6F6F. Windows color (decimal): -6009952 or 10505124. OLE color: 10505124.

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

Color convert

RGB16475160-
CMYK00.540.020.36
HSL302.7º37.24%46.86%-
HSV(B)302.7º54.27%64.31%-
XYZ24.1715.4634.97-
YUV111.3155.49165.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=41.10%
G=18.80%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647516000.540.020.36302.737.2446.86
HexA44BA003622412f252f
Octal2441132400662444574557
Binary10100100100101110100000011011010100100100101111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BA0; }

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

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

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

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

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

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

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

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