#AB6BAD

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

Shades of Violet Blue #AB6BAD

Tints of Violet Blue #AB6BAD

Color information

#AB6BAD (or 0xAB6BAD) is unknown color: approx Violet Blue. HEX triplet: AB, 6B and AD. RGB value is (171,107,173). Sum of RGB (Red+Green+Blue) = 171+107+173=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB6BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BAD is #549452. Grayscale: #858585. Windows color (decimal): -5542995 or 11365291. OLE color: 11365291.

HSL color Cylindrical-coordinate representation of color #AB6BAD: hue angle of 298.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB6BAD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171107173-
CMYK0.010.3800.32
HSL298.18º28.7%54.9%-
HSV(B)298.18º38.15%67.84%-
XYZ29.622.1942.26-
YUV133.66150.2154.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=37.92%
G=23.73%
B=38.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711071730.010.3800.32298.1828.754.9
HexAB6BAD12602012a1d37
Octal2531532551460404523567
Binary101010111101011101011011100110010000010010101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BAD; }

 p { color: rgb(171,107,173); }

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

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

 a { background-color: rgb(171,107,173); }

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

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

 span { border-color: rgb(171,107,173); }

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