#AB69AF

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

Shades of Violet Blue #AB69AF

Tints of Violet Blue #AB69AF

Color information

#AB69AF (or 0xAB69AF) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and AF. RGB value is (171,105,175). Sum of RGB (Red+Green+Blue) = 171+105+175=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB69AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69AF is #549650. Grayscale: #848484. Windows color (decimal): -5543505 or 11495851. OLE color: 11495851.

HSL color Cylindrical-coordinate representation of color #AB69AF: hue angle of 296.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB69AF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171105175-
CMYK0.020.4000.31
HSL296.57º30.43%54.9%-
HSV(B)296.57º40%68.63%-
XYZ29.5821.8643.22-
YUV132.71151.87155.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=37.92%
G=23.28%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711051750.020.4000.31296.5730.4354.9
HexAB69AF22801F1291e37
Octal2531512572500374513667
Binary101010111101001101011111010100001111110010100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69AF; }

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

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

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

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

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

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

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

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