#AB6A9E

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

Shades of Violet Blue #AB6A9E

Tints of Violet Blue #AB6A9E

Color information

#AB6A9E (or 0xAB6A9E) is unknown color: approx Violet Blue. HEX triplet: AB, 6A and 9E. RGB value is (171,106,158). Sum of RGB (Red+Green+Blue) = 171+106+158=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A9E is #549561. Grayscale: #838383. Windows color (decimal): -5543266 or 10381995. OLE color: 10381995.

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

Color convert

RGB171106158-
CMYK00.380.080.33
HSL312º27.9%54.31%-
HSV(B)312º38.01%67.06%-
XYZ28.1221.4335-
YUV131.36143.03156.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=39.31%
G=24.37%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110615800.380.080.3331227.954.31
HexAB6A9E0268211381c36
Octal25315223604610414703466
Binary101010111101010100111100100110100010000110011100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A9E; }

 p { color: rgb(171,106,158); }

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

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

 a { background-color: rgb(171,106,158); }

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

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

 span { border-color: rgb(171,106,158); }

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