#AB4FAA

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

Shades of Violet Blue #AB4FAA

Tints of Violet Blue #AB4FAA

Color information

#AB4FAA (or 0xAB4FAA) is unknown color: approx Violet Blue. HEX triplet: AB, 4F and AA. RGB value is (171,79,170). Sum of RGB (Red+Green+Blue) = 171+79+170=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4FAA is #54B055. Grayscale: #747474. Windows color (decimal): -5550166 or 11161515. OLE color: 11161515.

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

Color convert

RGB17179170-
CMYK00.540.010.33
HSL300.65º36.8%49.02%-
HSV(B)300.65º53.8%67.06%-
XYZ26.8517.1539.93-
YUV116.88157.98166.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=40.71%
G=18.81%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717917000.540.010.33300.6536.849.02
HexAB4FAA03612112d2531
Octal2531172520661414554561
Binary1010101110011111010101001101101100001100101101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4FAA; }

 p { color: rgb(171,79,170); }

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

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

 a { background-color: rgb(171,79,170); }

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

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

 span { border-color: rgb(171,79,170); }

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