#AB6DAC

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

Shades of Violet Blue #AB6DAC

Tints of Violet Blue #AB6DAC

Color information

#AB6DAC (or 0xAB6DAC) is unknown color: approx Violet Blue. HEX triplet: AB, 6D and AC. RGB value is (171,109,172). Sum of RGB (Red+Green+Blue) = 171+109+172=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6DAC is #549253. Grayscale: #868686. Windows color (decimal): -5542484 or 11300267. OLE color: 11300267.

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

Color convert

RGB171109172-
CMYK0.010.3700.33
HSL299.05º27.51%55.1%-
HSV(B)299.05º36.63%67.45%-
XYZ29.7122.5741.82-
YUV134.72149.04153.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=37.83%
G=24.12%
B=38.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711091720.010.3700.33299.0527.5155.1
HexAB6DAC12502112b1c37
Octal2531552541450414533467
Binary101010111101101101011001100101010000110010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DAC; }

 p { color: rgb(171,109,172); }

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

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

 a { background-color: rgb(171,109,172); }

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

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

 span { border-color: rgb(171,109,172); }

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