#AB6BAC

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

Shades of Violet Blue #AB6BAC

Tints of Violet Blue #AB6BAC

Color information

#AB6BAC (or 0xAB6BAC) is unknown color: approx Violet Blue. HEX triplet: AB, 6B and AC. RGB value is (171,107,172). Sum of RGB (Red+Green+Blue) = 171+107+172=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BAC is #549453. Grayscale: #858585. Windows color (decimal): -5542996 or 11299755. OLE color: 11299755.

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

Color convert

RGB171107172-
CMYK0.010.3800.33
HSL299.08º28.14%54.71%-
HSV(B)299.08º37.79%67.45%-
XYZ29.522.1541.75-
YUV133.55149.7154.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=38%
G=23.78%
B=38.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711071720.010.3800.33299.0828.1454.71
HexAB6BAC12602112b1c37
Octal2531532541460414533467
Binary101010111101011101011001100110010000110010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BAC; }

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

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

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

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

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

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

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

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