#ADABCA

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

Shades of Wistful #ADABCA

Tints of Wistful #ADABCA

Color information

#ADABCA (or 0xADABCA) is unknown color: approx Wistful. HEX triplet: AD, AB and CA. RGB value is (173,171,202). Sum of RGB (Red+Green+Blue) = 173+171+202=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCA is #525435. Grayscale: #AFAFAF. Windows color (decimal): -5395510 or 13282221. OLE color: 13282221.

HSL color Cylindrical-coordinate representation of color #ADABCA: hue angle of 243.87º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADABCA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173171202-
CMYK0.140.1500.21
HSL243.87º22.63%73.14%-
HSV(B)243.87º15.35%79.22%-
XYZ42.4642.2761.8-
YUV175.13143.16126.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=31.68%
G=31.32%
B=37.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731712020.140.1500.21243.8722.6373.14
HexADABCAEF015f41749
Octal255253312161702536427111
Binary1010110110101011110010101110111101010111110100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABCA; }

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

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

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

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

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

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

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

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