#AB3AA9

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

Shades of Violet Blue #AB3AA9

Tints of Violet Blue #AB3AA9

Color information

#AB3AA9 (or 0xAB3AA9) is unknown color: approx Violet Blue. HEX triplet: AB, 3A and A9. RGB value is (171,58,169). Sum of RGB (Red+Green+Blue) = 171+58+169=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AA9 is #54C556. Grayscale: #686868. Windows color (decimal): -5555543 or 11090603. OLE color: 11090603.

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

Color convert

RGB17158169-
CMYK00.660.010.33
HSL301.06º49.34%44.9%-
HSV(B)301.06º66.08%67.06%-
XYZ25.4714.5539-
YUV104.44164.44175.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 58 (23.05% from 255) = 14.57%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=42.96%
G=14.57%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715816900.660.010.33301.0649.3444.9
HexAB3AA904212112d312d
Octal2537225101021414556155
Binary1010101111101010101001010000101100001100101101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3AA9; }

 p { color: rgb(171,58,169); }

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

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

 a { background-color: rgb(171,58,169); }

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

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

 span { border-color: rgb(171,58,169); }

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