#AB6AB6

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

Shades of Violet Blue #AB6AB6

Tints of Violet Blue #AB6AB6

Color information

#AB6AB6 (or 0xAB6AB6) is unknown color: approx Violet Blue. HEX triplet: AB, 6A and B6. RGB value is (171,106,182). Sum of RGB (Red+Green+Blue) = 171+106+182=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AB6 is #549549. Grayscale: #858585. Windows color (decimal): -5543242 or 11954859. OLE color: 11954859.

HSL color Cylindrical-coordinate representation of color #AB6AB6: hue angle of 291.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6AB6 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171106182-
CMYK0.060.4200.29
HSL291.32º34.23%56.47%-
HSV(B)291.32º41.76%71.37%-
XYZ30.3922.3446.97-
YUV134.1155.03154.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 182 (71.48% from 255) = 39.65%
R=37.25%
G=23.09%
B=39.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711061820.060.4200.29291.3234.2356.47
HexAB6AB662A01D1232238
Octal2531522666520354434270
Binary10101011110101010110110110101010011101100100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6AB6; }

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

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

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

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

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

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

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

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