#AB69AC

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

Shades of Violet Blue #AB69AC

Tints of Violet Blue #AB69AC

Color information

#AB69AC (or 0xAB69AC) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and AC. RGB value is (171,105,172). Sum of RGB (Red+Green+Blue) = 171+105+172=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB69AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69AC is #549653. Grayscale: #848484. Windows color (decimal): -5543508 or 11299243. OLE color: 11299243.

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

Color convert

RGB171105172-
CMYK0.010.3900.33
HSL299.1º28.76%54.31%-
HSV(B)299.1º38.95%67.45%-
XYZ29.2921.7441.68-
YUV132.37150.37155.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=38.17%
G=23.44%
B=38.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711051720.010.3900.33299.128.7654.31
HexAB69AC12702112b1d36
Octal2531512541470414533566
Binary101010111101001101011001100111010000110010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69AC; }

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

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

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

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

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

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

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

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