#ABACDA

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

Shades of Wistful #ABACDA

Tints of Wistful #ABACDA

Color information

#ABACDA (or 0xABACDA) is unknown color: approx Wistful. HEX triplet: AB, AC and DA. RGB value is (171,172,218). Sum of RGB (Red+Green+Blue) = 171+172+218=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACDA is #545325. Grayscale: #B0B0B0. Windows color (decimal): -5526310 or 14331051. OLE color: 14331051.

HSL color Cylindrical-coordinate representation of color #ABACDA: hue angle of 238.72º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABACDA is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171172218-
CMYK0.220.2100.15
HSL238.72º38.84%76.27%-
HSV(B)238.72º21.56%85.49%-
XYZ44.243.2272.34-
YUV176.94151.17123.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=30.48%
G=30.66%
B=38.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711722180.220.2100.15238.7238.8476.27
HexABACDA16150Fef274c
Octal253254332262501735747114
Binary101010111010110011011010101101010101111111011111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACDA; }

 p { color: rgb(171,172,218); }

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

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

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

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

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

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

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