#AB69AA

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

Shades of Violet Blue #AB69AA

Tints of Violet Blue #AB69AA

Color information

#AB69AA (or 0xAB69AA) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and AA. RGB value is (171,105,170). Sum of RGB (Red+Green+Blue) = 171+105+170=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69AA is #549655. Grayscale: #838383. Windows color (decimal): -5543510 or 11168171. OLE color: 11168171.

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

Color convert

RGB171105170-
CMYK00.390.010.33
HSL300.91º28.21%54.12%-
HSV(B)300.91º38.6%67.06%-
XYZ29.121.6640.68-
YUV132.14149.37155.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=38.34%
G=23.54%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110517000.390.010.33300.9128.2154.12
HexAB69AA02712112d1c36
Octal2531512520471414553466
Binary101010111101001101010100100111110000110010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69AA; }

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

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

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

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

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

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

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

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