#AB68AC

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

Shades of Violet Blue #AB68AC

Tints of Violet Blue #AB68AC

Color information

#AB68AC (or 0xAB68AC) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and AC. RGB value is (171,104,172). Sum of RGB (Red+Green+Blue) = 171+104+172=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68AC is #549753. Grayscale: #838383. Windows color (decimal): -5543764 or 11298987. OLE color: 11298987.

HSL color Cylindrical-coordinate representation of color #AB68AC: hue angle of 299.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB68AC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171104172-
CMYK0.010.4000.33
HSL299.12º29.06%54.12%-
HSV(B)299.12º39.53%67.45%-
XYZ29.1921.5441.65-
YUV131.78150.7155.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=38.26%
G=23.27%
B=38.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711041720.010.4000.33299.1229.0654.12
HexAB68AC12802112b1d36
Octal2531502541500414533566
Binary101010111101000101011001101000010000110010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68AC; }

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

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

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

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

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

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

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

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