#AB6FAC

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

Shades of Violet Blue #AB6FAC

Tints of Violet Blue #AB6FAC

Color information

#AB6FAC (or 0xAB6FAC) is unknown color: approx Violet Blue. HEX triplet: AB, 6F and AC. RGB value is (171,111,172). Sum of RGB (Red+Green+Blue) = 171+111+172=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FAC is #549053. Grayscale: #878787. Windows color (decimal): -5541972 or 11300779. OLE color: 11300779.

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

Color convert

RGB171111172-
CMYK0.010.3500.33
HSL299.02º26.87%55.49%-
HSV(B)299.02º35.47%67.45%-
XYZ29.9323.0141.89-
YUV135.89148.38153.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=37.67%
G=24.45%
B=37.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711111720.010.3500.33299.0226.8755.49
HexAB6FAC12302112b1b37
Octal2531572541430414533367
Binary101010111101111101011001100011010000110010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FAC; }

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

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

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

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

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

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

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

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