#AB69AD

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

Shades of Violet Blue #AB69AD

Tints of Violet Blue #AB69AD

Color information

#AB69AD (or 0xAB69AD) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and AD. RGB value is (171,105,173). Sum of RGB (Red+Green+Blue) = 171+105+173=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69AD is #549652. Grayscale: #848484. Windows color (decimal): -5543507 or 11364779. OLE color: 11364779.

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

Color convert

RGB171105173-
CMYK0.010.3900.32
HSL298.24º29.31%54.51%-
HSV(B)298.24º39.31%67.84%-
XYZ29.3921.7842.19-
YUV132.49150.87155.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=38.08%
G=23.39%
B=38.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711051730.010.3900.32298.2429.3154.51
HexAB69AD12702012a1d37
Octal2531512551470404523567
Binary101010111101001101011011100111010000010010101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69AD; }

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

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

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

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

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

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

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

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