#AB69A6

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

Shades of Violet Blue #AB69A6

Tints of Violet Blue #AB69A6

Color information

#AB69A6 (or 0xAB69A6) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and A6. RGB value is (171,105,166). Sum of RGB (Red+Green+Blue) = 171+105+166=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB69A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69A6 is #549659. Grayscale: #838383. Windows color (decimal): -5543514 or 10906027. OLE color: 10906027.

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

Color convert

RGB171105166-
CMYK00.390.030.33
HSL304.55º28.21%54.12%-
HSV(B)304.55º38.6%67.06%-
XYZ28.7321.5138.71-
YUV131.69147.37156.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 166 (65.23% from 255) = 37.56%
R=38.69%
G=23.76%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110516600.390.030.33304.5528.2154.12
HexAB69A60273211311c36
Octal2531512460473414613466
Binary1010101111010011010011001001111110000110011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69A6; }

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

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

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

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

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

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

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

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