#AB6AA7

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

Shades of Violet Blue #AB6AA7

Tints of Violet Blue #AB6AA7

Color information

#AB6AA7 (or 0xAB6AA7) is unknown color: approx Violet Blue. HEX triplet: AB, 6A and A7. RGB value is (171,106,167). Sum of RGB (Red+Green+Blue) = 171+106+167=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6AA7 is #549558. Grayscale: #848484. Windows color (decimal): -5543257 or 10971819. OLE color: 10971819.

HSL color Cylindrical-coordinate representation of color #AB6AA7: hue angle of 303.69º 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 #AB6AA7 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB171106167-
CMYK00.380.020.33
HSL303.69º27.9%54.31%-
HSV(B)303.69º38.01%67.06%-
XYZ28.9221.7639.23-
YUV132.39147.53155.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 167 (65.62% from 255) = 37.61%
R=38.51%
G=23.87%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110616700.380.020.33303.6927.954.31
HexAB6AA70262211301c36
Octal2531522470462414603466
Binary1010101111010101010011101001101010000110011000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6AA7; }

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

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

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

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

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

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

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

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