#A44BA1

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

Shades of Violet Blue #A44BA1

Tints of Violet Blue #A44BA1

Color information

#A44BA1 (or 0xA44BA1) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and A1. RGB value is (164,75,161). Sum of RGB (Red+Green+Blue) = 164+75+161=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A44BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44BA1 is #5BB45E. Grayscale: #6F6F6F. Windows color (decimal): -6009951 or 10570660. OLE color: 10570660.

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

Color convert

RGB16475161-
CMYK00.540.020.36
HSL302.02º37.24%46.86%-
HSV(B)302.02º54.27%64.31%-
XYZ24.2615.535.43-
YUV111.42155.99165.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 161 (63.28% from 255) = 40.25%
R=41%
G=18.75%
B=40.25%

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
Decimal1647516100.540.020.36302.0237.2446.86
HexA44BA103622412e252f
Octal2441132410662444564557
Binary10100100100101110100001011011010100100100101110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BA1; }

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

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

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

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

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

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

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

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