#ABAAD6

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

Shades of Wistful #ABAAD6

Tints of Wistful #ABAAD6

Color information

#ABAAD6 (or 0xABAAD6) is unknown color: approx Wistful. HEX triplet: AB, AA and D6. RGB value is (171,170,214). Sum of RGB (Red+Green+Blue) = 171+170+214=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABAAD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAD6 is #545529. Grayscale: #AFAFAF. Windows color (decimal): -5526826 or 14068395. OLE color: 14068395.

HSL color Cylindrical-coordinate representation of color #ABAAD6: hue angle of 241.36º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABAAD6 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171170214-
CMYK0.200.2100.16
HSL241.36º34.92%75.29%-
HSV(B)241.36º20.56%83.92%-
XYZ43.3142.2669.49-
YUV175.32149.83124.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=30.81%
G=30.63%
B=38.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711702140.200.2100.16241.3634.9275.29
HexABAAD61415010f1234b
Octal253252326242502036143113
Binary1010101110101010110101101010010101010000111100011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAD6; }

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

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

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

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

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

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

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

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