#AB68A9

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

Shades of Violet Blue #AB68A9

Tints of Violet Blue #AB68A9

Color information

#AB68A9 (or 0xAB68A9) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and A9. RGB value is (171,104,169). Sum of RGB (Red+Green+Blue) = 171+104+169=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A9 is #549756. Grayscale: #838383. Windows color (decimal): -5543767 or 11102379. OLE color: 11102379.

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

Color convert

RGB171104169-
CMYK00.390.010.33
HSL301.79º28.51%53.92%-
HSV(B)301.79º39.18%67.06%-
XYZ28.9121.4240.15-
YUV131.44149.2156.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=38.51%
G=23.42%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110416900.390.010.33301.7928.5153.92
HexAB68A902712112e1d36
Octal2531502510471414563566
Binary101010111101000101010010100111110000110010111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68A9; }

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

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

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

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

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

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

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

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