#AB44A4

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

Shades of Violet Blue #AB44A4

Tints of Violet Blue #AB44A4

Color information

#AB44A4 (or 0xAB44A4) is unknown color: approx Violet Blue. HEX triplet: AB, 44 and A4. RGB value is (171,68,164). Sum of RGB (Red+Green+Blue) = 171+68+164=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB44A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44A4 is #54BB5B. Grayscale: #6D6D6D. Windows color (decimal): -5552988 or 10765483. OLE color: 10765483.

HSL color Cylindrical-coordinate representation of color #AB44A4: hue angle of 304.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB44A4 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17168164-
CMYK00.600.040.33
HSL304.08º43.1%46.86%-
HSV(B)304.08º60.23%67.06%-
XYZ25.5615.4736.76-
YUV109.74158.62171.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=42.43%
G=16.87%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716816400.600.040.33304.0843.146.86
HexAB44A403C4211302b2f
Octal2531042440744414605357
Binary101010111000100101001000111100100100001100110000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44A4; }

 p { color: rgb(171,68,164); }

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

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

 a { background-color: rgb(171,68,164); }

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

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

 span { border-color: rgb(171,68,164); }

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