#AB50A4

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

Shades of Violet Blue #AB50A4

Tints of Violet Blue #AB50A4

Color information

#AB50A4 (or 0xAB50A4) is unknown color: approx Violet Blue. HEX triplet: AB, 50 and A4. RGB value is (171,80,164). Sum of RGB (Red+Green+Blue) = 171+80+164=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB50A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB50A4 is #54AF5B. Grayscale: #747474. Windows color (decimal): -5549916 or 10768555. OLE color: 10768555.

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

Color convert

RGB17180164-
CMYK00.530.040.33
HSL304.62º36.25%49.22%-
HSV(B)304.62º53.22%67.06%-
XYZ26.3617.0837.03-
YUV116.78154.65166.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=41.20%
G=19.28%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718016400.530.040.33304.6236.2549.22
HexAB50A40354211312431
Octal2531202440654414614461
Binary101010111010000101001000110101100100001100110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB50A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB50A4; }

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

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

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

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

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

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

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

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