#AB69AB

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

Shades of Violet Blue #AB69AB

Tints of Violet Blue #AB69AB

Color information

#AB69AB (or 0xAB69AB) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and AB. RGB value is (171,105,171). Sum of RGB (Red+Green+Blue) = 171+105+171=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69AB is #549654. Grayscale: #848484. Windows color (decimal): -5543509 or 11233707. OLE color: 11233707.

HSL color Cylindrical-coordinate representation of color #AB69AB: hue angle of 300º degrees, saturation: 0.28, 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 #AB69AB is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171105171-
CMYK00.3900.33
HSL300º28.21%54.12%-
HSV(B)300º38.6%67.06%-
XYZ29.221.741.18-
YUV132.26149.87155.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=38.26%
G=23.49%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110517100.3900.3330028.2154.12
HexAB69AB02702112c1c36
Octal2531512530470414543466
Binary101010111101001101010110100111010000110010110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69AB; }

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

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

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

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

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

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

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

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