#AB65A9

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

Shades of Violet Blue #AB65A9

Tints of Violet Blue #AB65A9

Color information

#AB65A9 (or 0xAB65A9) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and A9. RGB value is (171,101,169). Sum of RGB (Red+Green+Blue) = 171+101+169=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A9 is #549A56. Grayscale: #818181. Windows color (decimal): -5544535 or 11101611. OLE color: 11101611.

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

Color convert

RGB171101169-
CMYK00.410.010.33
HSL301.71º29.41%53.33%-
HSV(B)301.71º40.94%67.06%-
XYZ28.6120.8340.05-
YUV129.68150.19157.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=38.78%
G=22.90%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110116900.410.010.33301.7129.4153.33
HexAB65A902912112e1d35
Octal2531452510511414563565
Binary101010111100101101010010101001110000110010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65A9; }

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

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

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

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

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

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

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

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